Charcoal (Neutral)
#33331F
RGB: 51, 51, 31
Color OverviewHEX #33331F
#33331F Color Code Information
In the RGB color space, #33331F is composed of 20% red, 20% green, and 12% blue. In the HSL color space, it has a hue of 60°, saturation of 24%, and lightness of 16%.
HEX
#33331F
RGB
51, 51, 31
HSL
60°, 24%, 16%
HSV
60°, 39%, 20%
CMYK
0%, 0%, 39%, 80%
Name Match
Charcoal
Closest StandardShades of #33331F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #33331F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #33331F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #33331F
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #33331F Background
Contrast Ratio against Pure White (#FFFFFF):12.85 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #33331F Background
Contrast Ratio against Pure Black (#000000):1.63 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #33331F;
}
.element {
color: #33331F;
background-color: #33331F;
border-color: #33331F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#33331F] text-[#33331F] border-[#33331F]"> Content styled with #33331F </div>