Shades of Havana #3F2B2C
Tints of Havana #3F2B2C
RGB
CMYK
RGB Variations
Color information
#3F2B2C (or 0x3F2B2C) is known color: Havana. HEX triplet: 3F, 2B and 2C. RGB value is (63,43,44). Sum of RGB (Red+Green+Blue) = 63+43+44=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B2C is #C0D4D3. Grayscale: #313131. Windows color (decimal): -12637396 or 2894655. OLE color: 2894655.
HSL color Cylindrical-coordinate representation of color #3F2B2C: hue angle of 357º 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 #3F2B2C is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 43 | 44 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.75 |
| HSL | 357º | 0.19% | 0.21% | - |
| HSV(B) | 357º | 0.32% | 0.25% | - |
| XYZ | 3.37 | 2.97 | 2.78 | - |
| YUV | 49.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 44 | 0 | 0.32 | 0.30 | 0.75 | 357 | 0.19 | 0.21 |
| Hex | 3F | 2B | 2C | 0 | 20 | 1E | 4B | 165 | 13 | 15 |
| Octal | 77 | 53 | 54 | 0 | 40 | 36 | 113 | 545 | 23 | 25 |
| Binary | 111111 | 101011 | 101100 | 0 | 100000 | 11110 | 1001011 | 101100101 | 10011 | 10101 |
Color Harmonies of #3F2B2C
Complementary color
Monochromatic Colors of #3F2B2C
Black with #3F2B2C
Text Example
Text Example
White with #3F2B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2B2C; }
p { color: rgb(63,43,44); }
H1.HeaderClassName
{
color: #3F2B2C;
}
.AnyTagClassName
{
color: #3F2B2C;
}
</style>
background-color css
<style>
a { background-color: #3F2B2C; }
a { background-color: rgb(63,43,44); }
div.DivClassName
{
background-color: #3F2B2C;
}
.BgClassName
{
background-color: #3F2B2C;
}
</style>
border-color css
<style>
span { border-color: #3F2B2C; }
span { border-color: rgb(63,43,44); }
td.TdClassName
{
border-color: #3F2B2C;
}
.TagClassName
{
border-color: #3F2B2C;
}
</style>