#072400
A very dark, vivid neutral closely aligning with Black.
About #072400
Visually, #072400 is defined as a vivid neutral. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 7 red, 36 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 81% cyan, 0% magenta, 100% yellow, and 86% black. The HSL representation is 108.3° hue, 100.0% saturation, and 7.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#072400
RGB7, 36, 0
HSL108.3°, 100.0%, 7.1%
CMYK81%, 0%, 100%, 86%
HSV108.3°, 100.0%, 14.1%
LAB11.3, -19.4, 16.5
XYZ0.7, 1.3, 0.2
Decimal467968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.65:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.91:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #072400;
}
.text-color {
color: #072400;
}
.border-color {
border: 2px solid #072400;
}