What is the CMYK code for almost black?
The CSS color almost black in CMYK format is cmyk(46.2%, 0%, 0%, 94.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use almost black in CSS?
To apply almost black in CSS:
- Text color: color: cmyk(46.2%, 0%, 0%, 94.9%);
- Background: background-color: cmyk(46.2%, 0%, 0%, 94.9%);
- Border: border-color: cmyk(46.2%, 0%, 0%, 94.9%);
What are all the color format values for almost black?
| Format | Value |
|---|---|
| HEX | #070d0d |
| RGB | rgb(7, 13, 13) |
| HSL | hsl(180, 30%, 3.9%) |
| CMYK | cmyk(46.2%, 0%, 0%, 94.9%) |
How do I convert almost black to CMYK?
Select almost black from the color name list in our color converter. The CMYK value — cmyk(46.2%, 0%, 0%, 94.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does almost black belong to?
almost black belongs to the near-black color family. It is a dark, moderately saturated color with HSL values: hue 180°, saturation 30%, lightness 3.9%.
How do I create lighter and darker shades of almost black?
Lighter variant (lightness 18.9%): #223f3f. Darker variant (lightness 5%): #091111. 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.