Shades of Havana #3E2B2C
Tints of Havana #3E2B2C
RGB
CMYK
RGB Variations
Color information
#3E2B2C (or 0x3E2B2C) is known color: Havana. HEX triplet: 3E, 2B and 2C. RGB value is (62,43,44). Sum of RGB (Red+Green+Blue) = 62+43+44=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2B2C is #C1D4D3. Grayscale: #303030. Windows color (decimal): -12702932 or 2894654. OLE color: 2894654.
HSL color Cylindrical-coordinate representation of color #3E2B2C: hue angle of 356.84º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E2B2C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 43 | 44 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.76 |
| HSL | 356.84º | 0.18% | 0.21% | - |
| HSV(B) | 356.84º | 0.31% | 0.24% | - |
| XYZ | 3.31 | 2.93 | 2.77 | - |
| YUV | 48.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 44 | 0 | 0.31 | 0.29 | 0.76 | 356.84 | 0.18 | 0.21 |
| Hex | 3E | 2B | 2C | 0 | 1F | 1D | 4C | 165 | 12 | 15 |
| Octal | 76 | 53 | 54 | 0 | 37 | 35 | 114 | 545 | 22 | 25 |
| Binary | 111110 | 101011 | 101100 | 0 | 11111 | 11101 | 1001100 | 101100101 | 10010 | 10101 |
Color Harmonies of #3E2B2C
Complementary color
Monochromatic Colors of #3E2B2C
Black with #3E2B2C
Text Example
Text Example
White with #3E2B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B2C; }
p { color: rgb(62,43,44); }
H1.HeaderClassName
{
color: #3E2B2C;
}
.AnyTagClassName
{
color: #3E2B2C;
}
</style>
background-color css
<style>
a { background-color: #3E2B2C; }
a { background-color: rgb(62,43,44); }
div.DivClassName
{
background-color: #3E2B2C;
}
.BgClassName
{
background-color: #3E2B2C;
}
</style>
border-color css
<style>
span { border-color: #3E2B2C; }
span { border-color: rgb(62,43,44); }
td.TdClassName
{
border-color: #3E2B2C;
}
.TagClassName
{
border-color: #3E2B2C;
}
</style>