Shades of Havana #3F2B2E
Tints of Havana #3F2B2E
RGB
CMYK
RGB Variations
Color information
#3F2B2E (or 0x3F2B2E) is known color: Havana. HEX triplet: 3F, 2B and 2E. RGB value is (63,43,46). Sum of RGB (Red+Green+Blue) = 63+43+46=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B2E is #C0D4D1. Grayscale: #313131. Windows color (decimal): -12637394 or 3025727. OLE color: 3025727.
HSL color Cylindrical-coordinate representation of color #3F2B2E: hue angle of 351º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F2B2E is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 43 | 46 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.75 |
| HSL | 351º | 0.19% | 0.21% | - |
| HSV(B) | 351º | 0.32% | 0.25% | - |
| XYZ | 3.41 | 2.98 | 2.98 | - |
| YUV | 49.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 46 | 0 | 0.32 | 0.27 | 0.75 | 351 | 0.19 | 0.21 |
| Hex | 3F | 2B | 2E | 0 | 20 | 1B | 4B | 15F | 13 | 15 |
| Octal | 77 | 53 | 56 | 0 | 40 | 33 | 113 | 537 | 23 | 25 |
| Binary | 111111 | 101011 | 101110 | 0 | 100000 | 11011 | 1001011 | 101011111 | 10011 | 10101 |
Color Harmonies of #3F2B2E
Complementary color
Monochromatic Colors of #3F2B2E
Black with #3F2B2E
Text Example
Text Example
White with #3F2B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2B2E; }
p { color: rgb(63,43,46); }
H1.HeaderClassName
{
color: #3F2B2E;
}
.AnyTagClassName
{
color: #3F2B2E;
}
</style>
background-color css
<style>
a { background-color: #3F2B2E; }
a { background-color: rgb(63,43,46); }
div.DivClassName
{
background-color: #3F2B2E;
}
.BgClassName
{
background-color: #3F2B2E;
}
</style>
border-color css
<style>
span { border-color: #3F2B2E; }
span { border-color: rgb(63,43,46); }
td.TdClassName
{
border-color: #3F2B2E;
}
.TagClassName
{
border-color: #3F2B2E;
}
</style>