Shades of Havana #3E292B
Tints of Havana #3E292B
RGB
CMYK
RGB Variations
Color information
#3E292B (or 0x3E292B) is known color: Havana. HEX triplet: 3E, 29 and 2B. RGB value is (62,41,43). Sum of RGB (Red+Green+Blue) = 62+41+43=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E292B is #C1D6D4. Grayscale: #2F2F2F. Windows color (decimal): -12703445 or 2828606. OLE color: 2828606.
HSL color Cylindrical-coordinate representation of color #3E292B: hue angle of 354.29º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E292B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 41 | 43 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.76 |
| HSL | 354.29º | 0.2% | 0.2% | - |
| HSV(B) | 354.29º | 0.34% | 0.24% | - |
| XYZ | 3.22 | 2.78 | 2.65 | - |
| YUV | 47.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 43 | 0 | 0.34 | 0.31 | 0.76 | 354.29 | 0.2 | 0.2 |
| Hex | 3E | 29 | 2B | 0 | 22 | 1F | 4C | 162 | 14 | 14 |
| Octal | 76 | 51 | 53 | 0 | 42 | 37 | 114 | 542 | 24 | 24 |
| Binary | 111110 | 101001 | 101011 | 0 | 100010 | 11111 | 1001100 | 101100010 | 10100 | 10100 |
Color Harmonies of #3E292B
Complementary color
Monochromatic Colors of #3E292B
Black with #3E292B
Text Example
Text Example
White with #3E292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E292B; }
p { color: rgb(62,41,43); }
H1.HeaderClassName
{
color: #3E292B;
}
.AnyTagClassName
{
color: #3E292B;
}
</style>
background-color css
<style>
a { background-color: #3E292B; }
a { background-color: rgb(62,41,43); }
div.DivClassName
{
background-color: #3E292B;
}
.BgClassName
{
background-color: #3E292B;
}
</style>
border-color css
<style>
span { border-color: #3E292B; }
span { border-color: rgb(62,41,43); }
td.TdClassName
{
border-color: #3E292B;
}
.TagClassName
{
border-color: #3E292B;
}
</style>