Shades of Havana #3F2A2C
Tints of Havana #3F2A2C
RGB
CMYK
RGB Variations
Color information
#3F2A2C (or 0x3F2A2C) is known color: Havana. HEX triplet: 3F, 2A and 2C. RGB value is (63,42,44). Sum of RGB (Red+Green+Blue) = 63+42+44=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A2C is #C0D5D3. Grayscale: #303030. Windows color (decimal): -12637652 or 2894399. OLE color: 2894399.
HSL color Cylindrical-coordinate representation of color #3F2A2C: hue angle of 354.29º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F2A2C is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 44 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.75 |
| HSL | 354.29º | 0.2% | 0.21% | - |
| HSV(B) | 354.29º | 0.33% | 0.25% | - |
| XYZ | 3.33 | 2.89 | 2.77 | - |
| YUV | 48.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 44 | 0 | 0.33 | 0.30 | 0.75 | 354.29 | 0.2 | 0.21 |
| Hex | 3F | 2A | 2C | 0 | 21 | 1E | 4B | 162 | 14 | 15 |
| Octal | 77 | 52 | 54 | 0 | 41 | 36 | 113 | 542 | 24 | 25 |
| Binary | 111111 | 101010 | 101100 | 0 | 100001 | 11110 | 1001011 | 101100010 | 10100 | 10101 |
Color Harmonies of #3F2A2C
Complementary color
Monochromatic Colors of #3F2A2C
Black with #3F2A2C
Text Example
Text Example
White with #3F2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A2C; }
p { color: rgb(63,42,44); }
H1.HeaderClassName
{
color: #3F2A2C;
}
.AnyTagClassName
{
color: #3F2A2C;
}
</style>
background-color css
<style>
a { background-color: #3F2A2C; }
a { background-color: rgb(63,42,44); }
div.DivClassName
{
background-color: #3F2A2C;
}
.BgClassName
{
background-color: #3F2A2C;
}
</style>
border-color css
<style>
span { border-color: #3F2A2C; }
span { border-color: rgb(63,42,44); }
td.TdClassName
{
border-color: #3F2A2C;
}
.TagClassName
{
border-color: #3F2A2C;
}
</style>