HSL(192, 2%, 10%)
Very Dark Black — Black color
Adjust Color
Color Information
Color Name
Very Dark Black
Color Family
Black
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(192,2%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 2%, 10%) | color: hsl(192, 2%, 10%) | |
| HEX | #191A1A | color: #191A1A | |
| RGB | rgb(25, 26, 26) | color: rgb(25, 26, 26) | |
| CMYK | cmyk(4%, 0%, 0%, 90%) | — | |
| HSV | hsv(180, 4%, 10%) | — | |
| HWB | hwb(180 10% 90%) | color: hwb(180 10% 90%) | |
| OKLCH | oklch(0.2167 0.0015 197.04) | color: oklch(0.2167 0.0015 197.04) | |
| Lab | lab(9.16 -0.48 -0.17) | color: lab(9.16 -0.48 -0.17) | |
| LCH | lch(9.16 0.51 199.5) | color: lch(9.16 0.51 199.5) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#19191A — rgb(25, 25, 26)
Deuteranopia (Green-blind)
#19191A — rgb(25, 25, 26)
Tritanopia (Blue-blind)
#191A1A — rgb(25, 26, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 2%, 10%);
text
color: hsl(192, 2%, 10%);
border
border: 2px solid hsl(192, 2%, 10%);
gradient light
background: linear-gradient(to right, hsl(192, 2%, 30%), hsl(192, 2%, 10%));
gradient dark
background: linear-gradient(to right, hsl(192, 2%, 10%), hsl(192, 2%, 0%))
hex
background-color: #191A1A;
tailwind
bg-[hsl(192,2%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 2%, 10%, 0.4);
css variable
--color-primary: hsl(192, 2%, 10%);
Related Colors
Use Cases for Very Dark Black
Frequently Asked Questions
What are all the color codes for HSL(192, 2%, 10%)?
HEX: #191A1A | RGB: rgb(25, 26, 26) | CMYK: 4%, 0%, 0%, 90% | HSV: 180°, 4%, 10%. Copy any format from the conversion table above.
What colors go well with #191A1A?
The complementary color is HSL(12, 2%, 10%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 2%, 10%) in CSS?
As HSL: color: hsl(192, 2%, 10%); — As HEX: color: #191A1A; — As RGB: color: rgb(25, 26, 26); — Tailwind CSS: bg-[hsl(192,2%,10%)] — CSS variable: --color-primary: hsl(192, 2%, 10%);