#3A241D
A very dark, moderate red closely aligning with Black.
About #3A241D
When working with digital screens, the color #3A241D is rendered by mixing light. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 58 red, 36 green, and 29 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 38% Magenta, 50% Yellow, and 77% Black. The HSL representation is 14.5° hue, 33.3% saturation, and 17.1% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A241D
RGB58, 36, 29
HSL14.5°, 33.3%, 17.1%
CMYK0%, 38%, 50%, 77%
HSV14.5°, 50.0%, 22.7%
LAB16.7, 9.5, 8.9
XYZ2.6, 2.3, 1.5
Decimal3810333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.48:1
Text on #FFFFFF
AAA
1.45:1
Text on #000000
FAIL
13.84:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A241D;
}
.text-color {
color: #3A241D;
}
.border-color {
border: 2px solid #3A241D;
}