What is the HSL code for almost black?
The CSS color almost black in HSL format is hsl(180, 30%, 3.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: hsl(180, 30%, 3.9%);
- Background: background-color: hsl(180, 30%, 3.9%);
- Border: border-color: hsl(180, 30%, 3.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 HSL?
Select almost black from the color name list in our color converter. The HSL value — hsl(180, 30%, 3.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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.