Shades of Havana #3B2829
Tints of Havana #3B2829
RGB
CMYK
RGB Variations
Color information
#3B2829 (or 0x3B2829) is known color: Havana. HEX triplet: 3B, 28 and 29. RGB value is (59,40,41). Sum of RGB (Red+Green+Blue) = 59+40+41=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2829 is #C4D7D6. Grayscale: #2D2D2D. Windows color (decimal): -12900311 or 2697275. OLE color: 2697275.
HSL color Cylindrical-coordinate representation of color #3B2829: hue angle of 356.84º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B2829 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 41 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.77 |
| HSL | 356.84º | 0.19% | 0.19% | - |
| HSV(B) | 356.84º | 0.32% | 0.23% | - |
| XYZ | 2.96 | 2.61 | 2.44 | - |
| YUV | 45.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 41 | 0 | 0.32 | 0.31 | 0.77 | 356.84 | 0.19 | 0.19 |
| Hex | 3B | 28 | 29 | 0 | 20 | 1F | 4D | 165 | 13 | 13 |
| Octal | 73 | 50 | 51 | 0 | 40 | 37 | 115 | 545 | 23 | 23 |
| Binary | 111011 | 101000 | 101001 | 0 | 100000 | 11111 | 1001101 | 101100101 | 10011 | 10011 |
Color Harmonies of #3B2829
Complementary color
Monochromatic Colors of #3B2829
Black with #3B2829
Text Example
Text Example
White with #3B2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2829; }
p { color: rgb(59,40,41); }
H1.HeaderClassName
{
color: #3B2829;
}
.AnyTagClassName
{
color: #3B2829;
}
</style>
background-color css
<style>
a { background-color: #3B2829; }
a { background-color: rgb(59,40,41); }
div.DivClassName
{
background-color: #3B2829;
}
.BgClassName
{
background-color: #3B2829;
}
</style>
border-color css
<style>
span { border-color: #3B2829; }
span { border-color: rgb(59,40,41); }
td.TdClassName
{
border-color: #3B2829;
}
.TagClassName
{
border-color: #3B2829;
}
</style>