Shades of Havana #3F2628
Tints of Havana #3F2628
RGB
CMYK
RGB Variations
Color information
#3F2628 (or 0x3F2628) is known color: Havana. HEX triplet: 3F, 26 and 28. RGB value is (63,38,40). Sum of RGB (Red+Green+Blue) = 63+38+40=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2628 is #C0D9D7. Grayscale: #2D2D2D. Windows color (decimal): -12638680 or 2631231. OLE color: 2631231.
HSL color Cylindrical-coordinate representation of color #3F2628: hue angle of 355.2º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F2628 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 40 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.75 |
| HSL | 355.2º | 0.25% | 0.2% | - |
| HSV(B) | 355.2º | 0.4% | 0.25% | - |
| XYZ | 3.13 | 2.6 | 2.34 | - |
| YUV | 45.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 40 | 0 | 0.40 | 0.37 | 0.75 | 355.2 | 0.25 | 0.2 |
| Hex | 3F | 26 | 28 | 0 | 28 | 25 | 4B | 163 | 19 | 14 |
| Octal | 77 | 46 | 50 | 0 | 50 | 45 | 113 | 543 | 31 | 24 |
| Binary | 111111 | 100110 | 101000 | 0 | 101000 | 100101 | 1001011 | 101100011 | 11001 | 10100 |
Color Harmonies of #3F2628
Complementary color
Monochromatic Colors of #3F2628
Black with #3F2628
Text Example
Text Example
White with #3F2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2628; }
p { color: rgb(63,38,40); }
H1.HeaderClassName
{
color: #3F2628;
}
.AnyTagClassName
{
color: #3F2628;
}
</style>
background-color css
<style>
a { background-color: #3F2628; }
a { background-color: rgb(63,38,40); }
div.DivClassName
{
background-color: #3F2628;
}
.BgClassName
{
background-color: #3F2628;
}
</style>
border-color css
<style>
span { border-color: #3F2628; }
span { border-color: rgb(63,38,40); }
td.TdClassName
{
border-color: #3F2628;
}
.TagClassName
{
border-color: #3F2628;
}
</style>