Charcoal (Neutral)
#3C2825
RGB: 60, 40, 37
Color OverviewHEX #3C2825
#3C2825 Color Code Information
In the RGB color space, #3C2825 is composed of 24% red, 16% green, and 15% blue. In the HSL color space, it has a hue of 8°, saturation of 24%, and lightness of 19%.
HEX
#3C2825
RGB
60, 40, 37
HSL
8°, 24%, 19%
HSV
8°, 38%, 24%
CMYK
0%, 33%, 38%, 76%
Name Match
Charcoal
Closest StandardShades of #3C2825 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #3C2825 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #3C2825 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #3C2825
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 #3C2825 Background
Contrast Ratio against Pure White (#FFFFFF):13.79 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #3C2825 Background
Contrast Ratio against Pure Black (#000000):1.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #3C2825;
}
.element {
color: #3C2825;
background-color: #3C2825;
border-color: #3C2825;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#3C2825] text-[#3C2825] border-[#3C2825]"> Content styled with #3C2825 </div>