#2C001D
A very dark, vivid neutral closely aligning with Black.
About #2C001D
Visually, #2C001D is defined as a vivid neutral. It is closely associated with the named CSS color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 0, and 29.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 100% magenta, 34% yellow, and 83% black. With a hue angle of 320.5 degrees, it sits comfortably in the neutral spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C001D
RGB44, 0, 29
HSL320.5°, 100.0%, 8.6%
CMYK0%, 100%, 34%, 83%
HSV320.5°, 100.0%, 17.3%
LAB5.6, 25.1, -7.4
XYZ1.3, 0.6, 1.2
Decimal2883613
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.67:1
Text on #FFFFFF
AAA
1.12:1
Text on #000000
FAIL
17.84:1
Text on #F8FAFC
AAA
1.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C001D;
}
.text-color {
color: #2C001D;
}
.border-color {
border: 2px solid #2C001D;
}