Shades of Havana #3F2E2F
Tints of Havana #3F2E2F
RGB
CMYK
RGB Variations
Color information
#3F2E2F (or 0x3F2E2F) is known color: Havana. HEX triplet: 3F, 2E and 2F. RGB value is (63,46,47). Sum of RGB (Red+Green+Blue) = 63+46+47=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E2F is #C0D1D0. Grayscale: #333333. Windows color (decimal): -12636625 or 3092031. OLE color: 3092031.
HSL color Cylindrical-coordinate representation of color #3F2E2F: hue angle of 356.47º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F2E2F is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 47 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.75 |
| HSL | 356.47º | 0.16% | 0.21% | - |
| HSV(B) | 356.47º | 0.27% | 0.25% | - |
| XYZ | 3.54 | 3.22 | 3.12 | - |
| YUV | 51.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 47 | 0 | 0.27 | 0.25 | 0.75 | 356.47 | 0.16 | 0.21 |
| Hex | 3F | 2E | 2F | 0 | 1B | 19 | 4B | 164 | 10 | 15 |
| Octal | 77 | 56 | 57 | 0 | 33 | 31 | 113 | 544 | 20 | 25 |
| Binary | 111111 | 101110 | 101111 | 0 | 11011 | 11001 | 1001011 | 101100100 | 10000 | 10101 |
Color Harmonies of #3F2E2F
Complementary color
Monochromatic Colors of #3F2E2F
Black with #3F2E2F
Text Example
Text Example
White with #3F2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E2F; }
p { color: rgb(63,46,47); }
H1.HeaderClassName
{
color: #3F2E2F;
}
.AnyTagClassName
{
color: #3F2E2F;
}
</style>
background-color css
<style>
a { background-color: #3F2E2F; }
a { background-color: rgb(63,46,47); }
div.DivClassName
{
background-color: #3F2E2F;
}
.BgClassName
{
background-color: #3F2E2F;
}
</style>
border-color css
<style>
span { border-color: #3F2E2F; }
span { border-color: rgb(63,46,47); }
td.TdClassName
{
border-color: #3F2E2F;
}
.TagClassName
{
border-color: #3F2E2F;
}
</style>