Shades of Havana #3E2628
Tints of Havana #3E2628
RGB
CMYK
RGB Variations
Color information
#3E2628 (or 0x3E2628) is known color: Havana. HEX triplet: 3E, 26 and 28. RGB value is (62,38,40). Sum of RGB (Red+Green+Blue) = 62+38+40=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2628 is #C1D9D7. Grayscale: #2D2D2D. Windows color (decimal): -12704216 or 2631230. OLE color: 2631230.
HSL color Cylindrical-coordinate representation of color #3E2628: hue angle of 355º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E2628 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 38 | 40 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.76 |
| HSL | 355º | 0.24% | 0.2% | - |
| HSV(B) | 355º | 0.39% | 0.24% | - |
| XYZ | 3.06 | 2.56 | 2.34 | - |
| YUV | 45.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 40 | 0 | 0.39 | 0.35 | 0.76 | 355 | 0.24 | 0.2 |
| Hex | 3E | 26 | 28 | 0 | 27 | 23 | 4C | 163 | 18 | 14 |
| Octal | 76 | 46 | 50 | 0 | 47 | 43 | 114 | 543 | 30 | 24 |
| Binary | 111110 | 100110 | 101000 | 0 | 100111 | 100011 | 1001100 | 101100011 | 11000 | 10100 |
Color Harmonies of #3E2628
Complementary color
Monochromatic Colors of #3E2628
Black with #3E2628
Text Example
Text Example
White with #3E2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2628; }
p { color: rgb(62,38,40); }
H1.HeaderClassName
{
color: #3E2628;
}
.AnyTagClassName
{
color: #3E2628;
}
</style>
background-color css
<style>
a { background-color: #3E2628; }
a { background-color: rgb(62,38,40); }
div.DivClassName
{
background-color: #3E2628;
}
.BgClassName
{
background-color: #3E2628;
}
</style>
border-color css
<style>
span { border-color: #3E2628; }
span { border-color: rgb(62,38,40); }
td.TdClassName
{
border-color: #3E2628;
}
.TagClassName
{
border-color: #3E2628;
}
</style>