Shades of Havana #3F292A
Tints of Havana #3F292A
RGB
CMYK
RGB Variations
Color information
#3F292A (or 0x3F292A) is known color: Havana. HEX triplet: 3F, 29 and 2A. RGB value is (63,41,42). Sum of RGB (Red+Green+Blue) = 63+41+42=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F292A is #C0D6D5. Grayscale: #2F2F2F. Windows color (decimal): -12637910 or 2763071. OLE color: 2763071.
HSL color Cylindrical-coordinate representation of color #3F292A: hue angle of 357.27º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F292A is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 42 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.75 |
| HSL | 357.27º | 0.21% | 0.2% | - |
| HSV(B) | 357.27º | 0.35% | 0.25% | - |
| XYZ | 3.26 | 2.81 | 2.56 | - |
| YUV | 47.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 42 | 0 | 0.35 | 0.33 | 0.75 | 357.27 | 0.21 | 0.2 |
| Hex | 3F | 29 | 2A | 0 | 23 | 21 | 4B | 165 | 15 | 14 |
| Octal | 77 | 51 | 52 | 0 | 43 | 41 | 113 | 545 | 25 | 24 |
| Binary | 111111 | 101001 | 101010 | 0 | 100011 | 100001 | 1001011 | 101100101 | 10101 | 10100 |
Color Harmonies of #3F292A
Complementary color
Monochromatic Colors of #3F292A
Black with #3F292A
Text Example
Text Example
White with #3F292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F292A; }
p { color: rgb(63,41,42); }
H1.HeaderClassName
{
color: #3F292A;
}
.AnyTagClassName
{
color: #3F292A;
}
</style>
background-color css
<style>
a { background-color: #3F292A; }
a { background-color: rgb(63,41,42); }
div.DivClassName
{
background-color: #3F292A;
}
.BgClassName
{
background-color: #3F292A;
}
</style>
border-color css
<style>
span { border-color: #3F292A; }
span { border-color: rgb(63,41,42); }
td.TdClassName
{
border-color: #3F292A;
}
.TagClassName
{
border-color: #3F292A;
}
</style>