What is the HEX code for dark?
The CSS color dark in HEX format is #1b2431. Use this value directly in CSS, SVG, and most design tools.
How do I use dark in CSS?
To apply dark in CSS:
- Text color: color: #1b2431;
- Background: background-color: #1b2431;
- Border: border-color: #1b2431;
What are all the color format values for dark?
| Format | Value |
|---|---|
| HEX | #1b2431 |
| RGB | rgb(27, 36, 49) |
| HSL | hsl(215.5, 28.9%, 14.9%) |
| CMYK | cmyk(44.9%, 26.5%, 0%, 80.8%) |
How do I convert dark to HEX?
Select dark from the color name list in our color converter. The HEX value — #1b2431 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark belong to?
dark belongs to the blue color family. It is a dark, muted color with HSL values: hue 215.5°, saturation 28.9%, lightness 14.9%.
How do I create lighter and darker shades of dark?
Lighter variant (lightness 29.9%): #364862. Darker variant (lightness 5%): #090c10. 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.