Shades of Havana #3E2A2B
Tints of Havana #3E2A2B
RGB
CMYK
RGB Variations
Color information
#3E2A2B (or 0x3E2A2B) is known color: Havana. HEX triplet: 3E, 2A and 2B. RGB value is (62,42,43). Sum of RGB (Red+Green+Blue) = 62+42+43=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2A2B is #C1D5D4. Grayscale: #303030. Windows color (decimal): -12703189 or 2828862. OLE color: 2828862.
HSL color Cylindrical-coordinate representation of color #3E2A2B: hue angle of 357º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E2A2B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 42 | 43 | - |
CMYK | 0 | 0.32 | 0.31 | 0.76 |
HSL | 357º | 0.19% | 0.2% | - |
HSV(B) | 357º | 0.32% | 0.24% | - |
XYZ | 3.25 | 2.85 | 2.67 | - |
YUV | 48.09 | 125.13 | 137.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 42 | 43 | 0 | 0.32 | 0.31 | 0.76 | 357 | 0.19 | 0.2 |
Hex | 3E | 2A | 2B | 0 | 20 | 1F | 4C | 165 | 13 | 14 |
Octal | 76 | 52 | 53 | 0 | 40 | 37 | 114 | 545 | 23 | 24 |
Binary | 111110 | 101010 | 101011 | 0 | 100000 | 11111 | 1001100 | 101100101 | 10011 | 10100 |
Color Harmonies of #3E2A2B
Complementary color
Monochromatic Colors of #3E2A2B
Black with #3E2A2B
Text Example
Text Example
White with #3E2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A2B; }
p { color: rgb(62,42,43); }
H1.HeaderClassName
{
color: #3E2A2B;
}
.AnyTagClassName
{
color: #3E2A2B;
}
</style>
background-color css
<style>
a { background-color: #3E2A2B; }
a { background-color: rgb(62,42,43); }
div.DivClassName
{
background-color: #3E2A2B;
}
.BgClassName
{
background-color: #3E2A2B;
}
</style>
border-color css
<style>
span { border-color: #3E2A2B; }
span { border-color: rgb(62,42,43); }
td.TdClassName
{
border-color: #3E2A2B;
}
.TagClassName
{
border-color: #3E2A2B;
}
</style>