Shades of Havana #3B3032
Tints of Havana #3B3032
RGB
CMYK
RGB Variations
Color information
#3B3032 (or 0x3B3032) is known color: Havana. HEX triplet: 3B, 30 and 32. RGB value is (59,48,50). Sum of RGB (Red+Green+Blue) = 59+48+50=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3032 is #C4CFCD. Grayscale: #333333. Windows color (decimal): -12898254 or 3289147. OLE color: 3289147.
HSL color Cylindrical-coordinate representation of color #3B3032: hue angle of 349.09º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B3032 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 50 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.77 |
| HSL | 349.09º | 0.1% | 0.21% | - |
| HSV(B) | 349.09º | 0.19% | 0.23% | - |
| XYZ | 3.44 | 3.27 | 3.47 | - |
| YUV | 51.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 50 | 0 | 0.19 | 0.15 | 0.77 | 349.09 | 0.1 | 0.21 |
| Hex | 3B | 30 | 32 | 0 | 13 | F | 4D | 15D | A | 15 |
| Octal | 73 | 60 | 62 | 0 | 23 | 17 | 115 | 535 | 12 | 25 |
| Binary | 111011 | 110000 | 110010 | 0 | 10011 | 1111 | 1001101 | 101011101 | 1010 | 10101 |
Color Harmonies of #3B3032
Complementary color
Monochromatic Colors of #3B3032
Black with #3B3032
Text Example
Text Example
White with #3B3032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3032; }
p { color: rgb(59,48,50); }
H1.HeaderClassName
{
color: #3B3032;
}
.AnyTagClassName
{
color: #3B3032;
}
</style>
background-color css
<style>
a { background-color: #3B3032; }
a { background-color: rgb(59,48,50); }
div.DivClassName
{
background-color: #3B3032;
}
.BgClassName
{
background-color: #3B3032;
}
</style>
border-color css
<style>
span { border-color: #3B3032; }
span { border-color: rgb(59,48,50); }
td.TdClassName
{
border-color: #3B3032;
}
.TagClassName
{
border-color: #3B3032;
}
</style>