#3A071D
A very dark, vivid magenta closely aligning with Black.
About #3A071D
When working with digital screens, the color #3A071D is rendered by mixing light. Its closest recognized web color is Black. In the RGB color space, it consists of 58 red, 7 green, and 29 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 88% magenta inks. With a hue angle of 334.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A071D
RGB58, 7, 29
HSL334.1°, 78.5%, 12.7%
CMYK0%, 88%, 50%, 77%
HSV334.1°, 87.9%, 22.7%
LAB10.1, 26.5, -0.4
XYZ2.0, 1.1, 1.3
Decimal3802909
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.10:1
Text on #FFFFFF
AAA
1.23:1
Text on #000000
FAIL
16.34:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A071D;
}
.text-color {
color: #3A071D;
}
.border-color {
border: 2px solid #3A071D;
}