#331D16
A very dark, moderate red closely aligning with Black.
About #331D16
Visually, #331D16 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Black. Its digital footprint relies on 51 parts red, 29 parts green, and 22 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 43% M, 57% Y, and 80% K. The HSL representation is 14.5° hue, 39.7% saturation, and 14.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#331D16
RGB51, 29, 22
HSL14.5°, 39.7%, 14.3%
CMYK0%, 43%, 57%, 80%
HSV14.5°, 56.9%, 20.0%
LAB13.5, 9.8, 9.3
XYZ1.9, 1.6, 1.0
Decimal3349782
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.81:1
Text on #FFFFFF
AAA
1.33:1
Text on #000000
FAIL
15.11:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #331D16;
}
.text-color {
color: #331D16;
}
.border-color {
border: 2px solid #331D16;
}