#002400
A very dark, vivid neutral closely aligning with Black.
About #002400
Visually, #002400 is defined as a vivid neutral. Its closest recognized web color is Black. This translates to an RGB value of rgb(0, 36, 0).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 0% magenta, 100% yellow, and 86% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#002400
RGB0, 36, 0
HSL120.0°, 100.0%, 7.1%
CMYK100%, 0%, 100%, 86%
HSV120.0°, 100.0%, 14.1%
LAB11.0, -21.6, 16.0
XYZ0.6, 1.3, 0.2
Decimal9216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.77:1
Text on #FFFFFF
AAA
1.25:1
Text on #000000
FAIL
16.03:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002400;
}
.text-color {
color: #002400;
}
.border-color {
border: 2px solid #002400;
}