Shades of Havana #3B3233
Tints of Havana #3B3233
RGB
CMYK
RGB Variations
Color information
#3B3233 (or 0x3B3233) is known color: Havana. HEX triplet: 3B, 32 and 33. RGB value is (59,50,51). Sum of RGB (Red+Green+Blue) = 59+50+51=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3233 is #C4CDCC. Grayscale: #343434. Windows color (decimal): -12897741 or 3355195. OLE color: 3355195.
HSL color Cylindrical-coordinate representation of color #3B3233: hue angle of 353.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3B3233 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 51 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.77 |
| HSL | 353.33º | 0.08% | 0.21% | - |
| HSV(B) | 353.33º | 0.15% | 0.23% | - |
| XYZ | 3.54 | 3.45 | 3.61 | - |
| YUV | 52.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 51 | 0 | 0.15 | 0.14 | 0.77 | 353.33 | 0.08 | 0.21 |
| Hex | 3B | 32 | 33 | 0 | F | E | 4D | 161 | 8 | 15 |
| Octal | 73 | 62 | 63 | 0 | 17 | 16 | 115 | 541 | 10 | 25 |
| Binary | 111011 | 110010 | 110011 | 0 | 1111 | 1110 | 1001101 | 101100001 | 1000 | 10101 |
Color Harmonies of #3B3233
Complementary color
Monochromatic Colors of #3B3233
Black with #3B3233
Text Example
Text Example
White with #3B3233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3233; }
p { color: rgb(59,50,51); }
H1.HeaderClassName
{
color: #3B3233;
}
.AnyTagClassName
{
color: #3B3233;
}
</style>
background-color css
<style>
a { background-color: #3B3233; }
a { background-color: rgb(59,50,51); }
div.DivClassName
{
background-color: #3B3233;
}
.BgClassName
{
background-color: #3B3233;
}
</style>
border-color css
<style>
span { border-color: #3B3233; }
span { border-color: rgb(59,50,51); }
td.TdClassName
{
border-color: #3B3233;
}
.TagClassName
{
border-color: #3B3233;
}
</style>