#3A3A33
A dark, muted neutral closely aligning with Darkslategray.
About #3A3A33
Visually, #3A3A33 is defined as a muted neutral. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(58, 58, 51).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A3A33
RGB58, 58, 51
HSL60.0°, 6.4%, 21.4%
CMYK0%, 0%, 12%, 77%
HSV60.0°, 12.1%, 22.7%
LAB24.2, -1.5, 4.4
XYZ3.9, 4.2, 3.7
Decimal3815987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.46:1
Text on #FFFFFF
AAA
1.83:1
Text on #000000
FAIL
10.95:1
Text on #F8FAFC
AAA
1.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3A33;
}
.text-color {
color: #3A3A33;
}
.border-color {
border: 2px solid #3A3A33;
}