Shades of Havana #3E3132
Tints of Havana #3E3132
RGB
CMYK
RGB Variations
Color information
#3E3132 (or 0x3E3132) is known color: Havana. HEX triplet: 3E, 31 and 32. RGB value is (62,49,50). Sum of RGB (Red+Green+Blue) = 62+49+50=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3132 is #C1CECD. Grayscale: #353535. Windows color (decimal): -12701390 or 3289406. OLE color: 3289406.
HSL color Cylindrical-coordinate representation of color #3E3132: hue angle of 355.38º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E3132 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 49 | 50 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.76 |
| HSL | 355.38º | 0.12% | 0.22% | - |
| HSV(B) | 355.38º | 0.21% | 0.24% | - |
| XYZ | 3.66 | 3.45 | 3.49 | - |
| YUV | 53 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 50 | 0 | 0.21 | 0.19 | 0.76 | 355.38 | 0.12 | 0.22 |
| Hex | 3E | 31 | 32 | 0 | 15 | 13 | 4C | 163 | C | 16 |
| Octal | 76 | 61 | 62 | 0 | 25 | 23 | 114 | 543 | 14 | 26 |
| Binary | 111110 | 110001 | 110010 | 0 | 10101 | 10011 | 1001100 | 101100011 | 1100 | 10110 |
Color Harmonies of #3E3132
Complementary color
Monochromatic Colors of #3E3132
Black with #3E3132
Text Example
Text Example
White with #3E3132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3132; }
p { color: rgb(62,49,50); }
H1.HeaderClassName
{
color: #3E3132;
}
.AnyTagClassName
{
color: #3E3132;
}
</style>
background-color css
<style>
a { background-color: #3E3132; }
a { background-color: rgb(62,49,50); }
div.DivClassName
{
background-color: #3E3132;
}
.BgClassName
{
background-color: #3E3132;
}
</style>
border-color css
<style>
span { border-color: #3E3132; }
span { border-color: rgb(62,49,50); }
td.TdClassName
{
border-color: #3E3132;
}
.TagClassName
{
border-color: #3E3132;
}
</style>