Shades of Havana #3F2E30
Tints of Havana #3F2E30
RGB
CMYK
RGB Variations
Color information
#3F2E30 (or 0x3F2E30) is known color: Havana. HEX triplet: 3F, 2E and 30. RGB value is (63,46,48). Sum of RGB (Red+Green+Blue) = 63+46+48=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E30 is #C0D1CF. Grayscale: #333333. Windows color (decimal): -12636624 or 3157567. OLE color: 3157567.
HSL color Cylindrical-coordinate representation of color #3F2E30: hue angle of 352.94º 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 #3F2E30 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 48 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.75 |
| HSL | 352.94º | 0.16% | 0.21% | - |
| HSV(B) | 352.94º | 0.27% | 0.25% | - |
| XYZ | 3.56 | 3.22 | 3.23 | - |
| YUV | 51.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 48 | 0 | 0.27 | 0.24 | 0.75 | 352.94 | 0.16 | 0.21 |
| Hex | 3F | 2E | 30 | 0 | 1B | 18 | 4B | 161 | 10 | 15 |
| Octal | 77 | 56 | 60 | 0 | 33 | 30 | 113 | 541 | 20 | 25 |
| Binary | 111111 | 101110 | 110000 | 0 | 11011 | 11000 | 1001011 | 101100001 | 10000 | 10101 |
Color Harmonies of #3F2E30
Complementary color
Monochromatic Colors of #3F2E30
Black with #3F2E30
Text Example
Text Example
White with #3F2E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E30; }
p { color: rgb(63,46,48); }
H1.HeaderClassName
{
color: #3F2E30;
}
.AnyTagClassName
{
color: #3F2E30;
}
</style>
background-color css
<style>
a { background-color: #3F2E30; }
a { background-color: rgb(63,46,48); }
div.DivClassName
{
background-color: #3F2E30;
}
.BgClassName
{
background-color: #3F2E30;
}
</style>
border-color css
<style>
span { border-color: #3F2E30; }
span { border-color: rgb(63,46,48); }
td.TdClassName
{
border-color: #3F2E30;
}
.TagClassName
{
border-color: #3F2E30;
}
</style>