Black (Neutral)
#191112
RGB: 25, 17, 18
Color OverviewHEX #191112

#191112 Color Code Information

In the RGB color space, #191112 is composed of 10% red, 7% green, and 7% blue. In the HSL color space, it has a hue of 353°, saturation of 19%, and lightness of 8%.

HEX
#191112
RGB
25, 17, 18
HSL
353°, 19%, 8%
HSV
353°, 32%, 10%
CMYK
0%, 32%, 28%, 90%
Name Match
Black
Closest Standard

Shades of #191112 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #191112 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #191112 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #191112

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #191112 Background
Contrast Ratio against Pure White (#FFFFFF):18.58 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #191112 Background
Contrast Ratio against Pure Black (#000000):1.13 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #191112;
}

.element {
  color: #191112;
  background-color: #191112;
  border-color: #191112;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#191112] text-[#191112] border-[#191112]">
  Content styled with #191112
</div>