Shades of Havana #3F2C2F
Tints of Havana #3F2C2F
RGB
CMYK
RGB Variations
Color information
#3F2C2F (or 0x3F2C2F) is known color: Havana. HEX triplet: 3F, 2C and 2F. RGB value is (63,44,47). Sum of RGB (Red+Green+Blue) = 63+44+47=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C2F is #C0D3D0. Grayscale: #323232. Windows color (decimal): -12637137 or 3091519. OLE color: 3091519.
HSL color Cylindrical-coordinate representation of color #3F2C2F: hue angle of 350.53º 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 #3F2C2F is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 44 | 47 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.75 |
| HSL | 350.53º | 0.18% | 0.21% | - |
| HSV(B) | 350.53º | 0.3% | 0.25% | - |
| XYZ | 3.46 | 3.06 | 3.1 | - |
| YUV | 50.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 47 | 0 | 0.30 | 0.25 | 0.75 | 350.53 | 0.18 | 0.21 |
| Hex | 3F | 2C | 2F | 0 | 1E | 19 | 4B | 15F | 12 | 15 |
| Octal | 77 | 54 | 57 | 0 | 36 | 31 | 113 | 537 | 22 | 25 |
| Binary | 111111 | 101100 | 101111 | 0 | 11110 | 11001 | 1001011 | 101011111 | 10010 | 10101 |
Color Harmonies of #3F2C2F
Complementary color
Monochromatic Colors of #3F2C2F
Black with #3F2C2F
Text Example
Text Example
White with #3F2C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2C2F; }
p { color: rgb(63,44,47); }
H1.HeaderClassName
{
color: #3F2C2F;
}
.AnyTagClassName
{
color: #3F2C2F;
}
</style>
background-color css
<style>
a { background-color: #3F2C2F; }
a { background-color: rgb(63,44,47); }
div.DivClassName
{
background-color: #3F2C2F;
}
.BgClassName
{
background-color: #3F2C2F;
}
</style>
border-color css
<style>
span { border-color: #3F2C2F; }
span { border-color: rgb(63,44,47); }
td.TdClassName
{
border-color: #3F2C2F;
}
.TagClassName
{
border-color: #3F2C2F;
}
</style>