Shades of Havana #3E2F31
Tints of Havana #3E2F31
RGB
CMYK
RGB Variations
Color information
#3E2F31 (or 0x3E2F31) is known color: Havana. HEX triplet: 3E, 2F and 31. RGB value is (62,47,49). Sum of RGB (Red+Green+Blue) = 62+47+49=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2F31 is #C1D0CE. Grayscale: #333333. Windows color (decimal): -12701903 or 3223358. OLE color: 3223358.
HSL color Cylindrical-coordinate representation of color #3E2F31: hue angle of 352º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E2F31 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 47 | 49 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.76 |
| HSL | 352º | 0.14% | 0.21% | - |
| HSV(B) | 352º | 0.24% | 0.24% | - |
| XYZ | 3.56 | 3.28 | 3.35 | - |
| YUV | 51.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 49 | 0 | 0.24 | 0.21 | 0.76 | 352 | 0.14 | 0.21 |
| Hex | 3E | 2F | 31 | 0 | 18 | 15 | 4C | 160 | E | 15 |
| Octal | 76 | 57 | 61 | 0 | 30 | 25 | 114 | 540 | 16 | 25 |
| Binary | 111110 | 101111 | 110001 | 0 | 11000 | 10101 | 1001100 | 101100000 | 1110 | 10101 |
Color Harmonies of #3E2F31
Complementary color
Monochromatic Colors of #3E2F31
Black with #3E2F31
Text Example
Text Example
White with #3E2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F31; }
p { color: rgb(62,47,49); }
H1.HeaderClassName
{
color: #3E2F31;
}
.AnyTagClassName
{
color: #3E2F31;
}
</style>
background-color css
<style>
a { background-color: #3E2F31; }
a { background-color: rgb(62,47,49); }
div.DivClassName
{
background-color: #3E2F31;
}
.BgClassName
{
background-color: #3E2F31;
}
</style>
border-color css
<style>
span { border-color: #3E2F31; }
span { border-color: rgb(62,47,49); }
td.TdClassName
{
border-color: #3E2F31;
}
.TagClassName
{
border-color: #3E2F31;
}
</style>