What is the RGB code for almost black?
The CSS color almost black in RGB format is rgb(7, 13, 13). 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: rgb(7, 13, 13);
- Background: background-color: rgb(7, 13, 13);
- Border: border-color: rgb(7, 13, 13);
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 RGB?
Select almost black from the color name list in our color converter. The RGB value — rgb(7, 13, 13) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.