#240007
A very dark, vivid neutral closely aligning with Black.
About #240007
The hex code #240007 represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 36 red, 0 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 81% Yellow, and 86% Black. With a hue angle of 348.3 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#240007
RGB36, 0, 7
HSL348.3°, 100.0%, 7.1%
CMYK0%, 100%, 81%, 86%
HSV348.3°, 100.0%, 14.1%
LAB3.5, 16.2, 2.7
XYZ0.8, 0.4, 0.2
Decimal2359303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.48:1
Text on #FFFFFF
AAA
1.08:1
Text on #000000
FAIL
18.62:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #240007;
}
.text-color {
color: #240007;
}
.border-color {
border: 2px solid #240007;
}