Shades of Havana #3F2C2E
Tints of Havana #3F2C2E
RGB
CMYK
RGB Variations
Color information
#3F2C2E (or 0x3F2C2E) is known color: Havana. HEX triplet: 3F, 2C and 2E. RGB value is (63,44,46). Sum of RGB (Red+Green+Blue) = 63+44+46=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C2E is #C0D3D1. Grayscale: #313131. Windows color (decimal): -12637138 or 3025983. OLE color: 3025983.
HSL color Cylindrical-coordinate representation of color #3F2C2E: hue angle of 353.68º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F2C2E is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 44 | 46 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.75 |
| HSL | 353.68º | 0.18% | 0.21% | - |
| HSV(B) | 353.68º | 0.3% | 0.25% | - |
| XYZ | 3.44 | 3.06 | 2.99 | - |
| YUV | 49.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 46 | 0 | 0.30 | 0.27 | 0.75 | 353.68 | 0.18 | 0.21 |
| Hex | 3F | 2C | 2E | 0 | 1E | 1B | 4B | 162 | 12 | 15 |
| Octal | 77 | 54 | 56 | 0 | 36 | 33 | 113 | 542 | 22 | 25 |
| Binary | 111111 | 101100 | 101110 | 0 | 11110 | 11011 | 1001011 | 101100010 | 10010 | 10101 |
Color Harmonies of #3F2C2E
Complementary color
Monochromatic Colors of #3F2C2E
Black with #3F2C2E
Text Example
Text Example
White with #3F2C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2C2E; }
p { color: rgb(63,44,46); }
H1.HeaderClassName
{
color: #3F2C2E;
}
.AnyTagClassName
{
color: #3F2C2E;
}
</style>
background-color css
<style>
a { background-color: #3F2C2E; }
a { background-color: rgb(63,44,46); }
div.DivClassName
{
background-color: #3F2C2E;
}
.BgClassName
{
background-color: #3F2C2E;
}
</style>
border-color css
<style>
span { border-color: #3F2C2E; }
span { border-color: rgb(63,44,46); }
td.TdClassName
{
border-color: #3F2C2E;
}
.TagClassName
{
border-color: #3F2C2E;
}
</style>