What is the CMYK code for very dark brown?
The CSS color very dark brown in CMYK format is cmyk(0%, 93.1%, 100%, 88.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use very dark brown in CSS?
To apply very dark brown in CSS:
- Text color: color: cmyk(0%, 93.1%, 100%, 88.6%);
- Background: background-color: cmyk(0%, 93.1%, 100%, 88.6%);
- Border: border-color: cmyk(0%, 93.1%, 100%, 88.6%);
What are all the color format values for very dark brown?
| Format | Value |
|---|---|
| HEX | #1d0200 |
| RGB | rgb(29, 2, 0) |
| HSL | hsl(4.1, 100%, 5.7%) |
| CMYK | cmyk(0%, 93.1%, 100%, 88.6%) |
How do I convert very dark brown to CMYK?
Select very dark brown from the color name list in our color converter. The CMYK value — cmyk(0%, 93.1%, 100%, 88.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does very dark brown belong to?
very dark brown belongs to the near-black color family. It is a dark, vivid color with HSL values: hue 4.1°, saturation 100%, lightness 5.7%.
How do I create lighter and darker shades of very dark brown?
Lighter variant (lightness 20.7%): #6a0700. Darker variant (lightness 5%): #190200. 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.