#002424
A very dark, vivid neutral closely aligning with Black.
About #002424
When working with digital screens, the color #002424 is rendered by mixing light. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(0, 36, 36).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 0% yellow, and 86% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#002424
RGB0, 36, 36
HSL180.0°, 100.0%, 7.1%
CMYK100%, 0%, 0%, 86%
HSV180.0°, 100.0%, 14.1%
LAB11.9, -12.5, -3.7
XYZ0.9, 1.4, 1.9
Decimal9252
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.43:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.71:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002424;
}
.text-color {
color: #002424;
}
.border-color {
border: 2px solid #002424;
}