What is the HEX code for almost black?
The CSS color almost black in HEX format is #070d0d. 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: #070d0d;
- Background: background-color: #070d0d;
- Border: border-color: #070d0d;
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 HEX?
Select almost black from the color name list in our color converter. The HEX value — #070d0d — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.