Shades of Havana #3E3233
Tints of Havana #3E3233
RGB
CMYK
RGB Variations
Color information
#3E3233 (or 0x3E3233) is known color: Havana. HEX triplet: 3E, 32 and 33. RGB value is (62,50,51). Sum of RGB (Red+Green+Blue) = 62+50+51=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3233 is #C1CDCC. Grayscale: #353535. Windows color (decimal): -12701133 or 3355198. OLE color: 3355198.
HSL color Cylindrical-coordinate representation of color #3E3233: hue angle of 355º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E3233 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 50 | 51 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.76 |
| HSL | 355º | 0.11% | 0.22% | - |
| HSV(B) | 355º | 0.19% | 0.24% | - |
| XYZ | 3.72 | 3.54 | 3.62 | - |
| YUV | 53.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 51 | 0 | 0.19 | 0.18 | 0.76 | 355 | 0.11 | 0.22 |
| Hex | 3E | 32 | 33 | 0 | 13 | 12 | 4C | 163 | B | 16 |
| Octal | 76 | 62 | 63 | 0 | 23 | 22 | 114 | 543 | 13 | 26 |
| Binary | 111110 | 110010 | 110011 | 0 | 10011 | 10010 | 1001100 | 101100011 | 1011 | 10110 |
Color Harmonies of #3E3233
Complementary color
Monochromatic Colors of #3E3233
Black with #3E3233
Text Example
Text Example
White with #3E3233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3233; }
p { color: rgb(62,50,51); }
H1.HeaderClassName
{
color: #3E3233;
}
.AnyTagClassName
{
color: #3E3233;
}
</style>
background-color css
<style>
a { background-color: #3E3233; }
a { background-color: rgb(62,50,51); }
div.DivClassName
{
background-color: #3E3233;
}
.BgClassName
{
background-color: #3E3233;
}
</style>
border-color css
<style>
span { border-color: #3E3233; }
span { border-color: rgb(62,50,51); }
td.TdClassName
{
border-color: #3E3233;
}
.TagClassName
{
border-color: #3E3233;
}
</style>