Shades of Havana #3B3334
Tints of Havana #3B3334
RGB
CMYK
RGB Variations
Color information
#3B3334 (or 0x3B3334) is known color: Havana. HEX triplet: 3B, 33 and 34. RGB value is (59,51,52). Sum of RGB (Red+Green+Blue) = 59+51+52=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3334 is #C4CCCB. Grayscale: #353535. Windows color (decimal): -12897484 or 3420987. OLE color: 3420987.
HSL color Cylindrical-coordinate representation of color #3B3334: hue angle of 352.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3B3334 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 51 | 52 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.77 |
| HSL | 352.5º | 0.07% | 0.22% | - |
| HSV(B) | 352.5º | 0.14% | 0.23% | - |
| XYZ | 3.61 | 3.55 | 3.74 | - |
| YUV | 53.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 52 | 0 | 0.14 | 0.12 | 0.77 | 352.5 | 0.07 | 0.22 |
| Hex | 3B | 33 | 34 | 0 | E | C | 4D | 160 | 7 | 16 |
| Octal | 73 | 63 | 64 | 0 | 16 | 14 | 115 | 540 | 7 | 26 |
| Binary | 111011 | 110011 | 110100 | 0 | 1110 | 1100 | 1001101 | 101100000 | 111 | 10110 |
Color Harmonies of #3B3334
Complementary color
Monochromatic Colors of #3B3334
Black with #3B3334
Text Example
Text Example
White with #3B3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3334; }
p { color: rgb(59,51,52); }
H1.HeaderClassName
{
color: #3B3334;
}
.AnyTagClassName
{
color: #3B3334;
}
</style>
background-color css
<style>
a { background-color: #3B3334; }
a { background-color: rgb(59,51,52); }
div.DivClassName
{
background-color: #3B3334;
}
.BgClassName
{
background-color: #3B3334;
}
</style>
border-color css
<style>
span { border-color: #3B3334; }
span { border-color: rgb(59,51,52); }
td.TdClassName
{
border-color: #3B3334;
}
.TagClassName
{
border-color: #3B3334;
}
</style>