What is the CMYK code for dark?
The CSS color dark in CMYK format is cmyk(44.9%, 26.5%, 0%, 80.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark in CSS?
To apply dark in CSS:
- Text color: color: cmyk(44.9%, 26.5%, 0%, 80.8%);
- Background: background-color: cmyk(44.9%, 26.5%, 0%, 80.8%);
- Border: border-color: cmyk(44.9%, 26.5%, 0%, 80.8%);
What are all the color format values for dark?
| Format | Value |
|---|---|
| HEX | #1b2431 |
| RGB | rgb(27, 36, 49) |
| HSL | hsl(215.5, 28.9%, 14.9%) |
| CMYK | cmyk(44.9%, 26.5%, 0%, 80.8%) |
How do I convert dark to CMYK?
Select dark from the color name list in our color converter. The CMYK value — cmyk(44.9%, 26.5%, 0%, 80.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark belong to?
dark belongs to the blue color family. It is a dark, muted color with HSL values: hue 215.5°, saturation 28.9%, lightness 14.9%.
How do I create lighter and darker shades of dark?
Lighter variant (lightness 29.9%): #364862. Darker variant (lightness 5%): #090c10. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.