HSL(1, 19%, 19%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(1,19%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 19%, 19%) | color: hsl(1, 19%, 19%) | |
| HEX | #3A2827 | color: #3A2827 | |
| RGB | rgb(58, 40, 39) | color: rgb(58, 40, 39) | |
| CMYK | cmyk(0%, 31%, 33%, 77%) | — | |
| HSV | hsv(3, 33%, 23%) | — | |
| HWB | hwb(3 15% 77%) | color: hwb(3 15% 77%) | |
| OKLCH | oklch(0.298 0.0273 22.44) | color: oklch(0.298 0.0273 22.44) | |
| Lab | lab(18.2 8.26 3.99) | color: lab(18.2 8.26 3.99) | |
| LCH | lch(18.2 9.17 25.78) | color: lch(18.2 9.17 25.78) |
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)
#323227 — rgb(50, 50, 39)
Deuteranopia (Green-blind)
#333527 — rgb(51, 53, 39)
Tritanopia (Blue-blind)
#392727 — rgb(57, 39, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 19%, 19%);
text
color: hsl(1, 19%, 19%);
border
border: 2px solid hsl(1, 19%, 19%);
gradient light
background: linear-gradient(to right, hsl(1, 19%, 39%), hsl(1, 19%, 19%));
gradient dark
background: linear-gradient(to right, hsl(1, 19%, 19%), hsl(1, 19%, 0%))
hex
background-color: #3A2827;
tailwind
bg-[hsl(1,19%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 19%, 19%, 0.4);
css variable
--color-primary: hsl(1, 19%, 19%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(1, 19%, 19%)?
HEX: #3A2827 | RGB: rgb(58, 40, 39) | CMYK: 0%, 31%, 33%, 77% | HSV: 3°, 33%, 23%. Copy any format from the conversion table above.
What colors go well with #3A2827?
The complementary color is HSL(181, 19%, 19%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(1, 19%, 19%) in CSS?
As HSL: color: hsl(1, 19%, 19%); — As HEX: color: #3A2827; — As RGB: color: rgb(58, 40, 39); — Tailwind CSS: bg-[hsl(1,19%,19%)] — CSS variable: --color-primary: hsl(1, 19%, 19%);