Shades of Havana #3A3334
Tints of Havana #3A3334
RGB
CMYK
RGB Variations
Color information
#3A3334 (or 0x3A3334) is known color: Havana. HEX triplet: 3A, 33 and 34. RGB value is (58,51,52). Sum of RGB (Red+Green+Blue) = 58+51+52=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3334 is #C5CCCB. Grayscale: #353535. Windows color (decimal): -12963020 or 3420986. OLE color: 3420986.
HSL color Cylindrical-coordinate representation of color #3A3334: hue angle of 351.43º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3A3334 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 51 | 52 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.77 |
| HSL | 351.43º | 0.06% | 0.21% | - |
| HSV(B) | 351.43º | 0.12% | 0.23% | - |
| XYZ | 3.55 | 3.52 | 3.74 | - |
| YUV | 53.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 52 | 0 | 0.12 | 0.10 | 0.77 | 351.43 | 0.06 | 0.21 |
| Hex | 3A | 33 | 34 | 0 | C | A | 4D | 15F | 6 | 15 |
| Octal | 72 | 63 | 64 | 0 | 14 | 12 | 115 | 537 | 6 | 25 |
| Binary | 111010 | 110011 | 110100 | 0 | 1100 | 1010 | 1001101 | 101011111 | 110 | 10101 |
Color Harmonies of #3A3334
Complementary color
Monochromatic Colors of #3A3334
Black with #3A3334
Text Example
Text Example
White with #3A3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3334; }
p { color: rgb(58,51,52); }
H1.HeaderClassName
{
color: #3A3334;
}
.AnyTagClassName
{
color: #3A3334;
}
</style>
background-color css
<style>
a { background-color: #3A3334; }
a { background-color: rgb(58,51,52); }
div.DivClassName
{
background-color: #3A3334;
}
.BgClassName
{
background-color: #3A3334;
}
</style>
border-color css
<style>
span { border-color: #3A3334; }
span { border-color: rgb(58,51,52); }
td.TdClassName
{
border-color: #3A3334;
}
.TagClassName
{
border-color: #3A3334;
}
</style>