#3A1D1D
A very dark, moderate red closely aligning with Black.
About #3A1D1D
At its core, #3A1D1D is a very dark and moderate hue. It is closely associated with the named CSS color Black. Its digital footprint relies on 58 parts red, 29 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 50% Magenta, 50% Yellow, and 77% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#3A1D1D
RGB58, 29, 29
HSL0.0°, 33.3%, 17.1%
CMYK0%, 50%, 50%, 77%
HSV0.0°, 50.0%, 22.7%
LAB14.8, 14.2, 6.2
XYZ2.4, 1.9, 1.4
Decimal3808541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.29:1
Text on #FFFFFF
AAA
1.37:1
Text on #000000
FAIL
14.61:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1D1D;
}
.text-color {
color: #3A1D1D;
}
.border-color {
border: 2px solid #3A1D1D;
}