Shades of Havana #3F292B
Tints of Havana #3F292B
RGB
CMYK
RGB Variations
Color information
#3F292B (or 0x3F292B) is known color: Havana. HEX triplet: 3F, 29 and 2B. RGB value is (63,41,43). Sum of RGB (Red+Green+Blue) = 63+41+43=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F292B is #C0D6D4. Grayscale: #2F2F2F. Windows color (decimal): -12637909 or 2828607. OLE color: 2828607.
HSL color Cylindrical-coordinate representation of color #3F292B: hue angle of 354.55º 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 #3F292B is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 43 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.75 |
| HSL | 354.55º | 0.21% | 0.2% | - |
| HSV(B) | 354.55º | 0.35% | 0.25% | - |
| XYZ | 3.28 | 2.82 | 2.66 | - |
| YUV | 47.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 43 | 0 | 0.35 | 0.32 | 0.75 | 354.55 | 0.21 | 0.2 |
| Hex | 3F | 29 | 2B | 0 | 23 | 20 | 4B | 163 | 15 | 14 |
| Octal | 77 | 51 | 53 | 0 | 43 | 40 | 113 | 543 | 25 | 24 |
| Binary | 111111 | 101001 | 101011 | 0 | 100011 | 100000 | 1001011 | 101100011 | 10101 | 10100 |
Color Harmonies of #3F292B
Complementary color
Monochromatic Colors of #3F292B
Black with #3F292B
Text Example
Text Example
White with #3F292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F292B; }
p { color: rgb(63,41,43); }
H1.HeaderClassName
{
color: #3F292B;
}
.AnyTagClassName
{
color: #3F292B;
}
</style>
background-color css
<style>
a { background-color: #3F292B; }
a { background-color: rgb(63,41,43); }
div.DivClassName
{
background-color: #3F292B;
}
.BgClassName
{
background-color: #3F292B;
}
</style>
border-color css
<style>
span { border-color: #3F292B; }
span { border-color: rgb(63,41,43); }
td.TdClassName
{
border-color: #3F292B;
}
.TagClassName
{
border-color: #3F292B;
}
</style>