Shades of Havana #3B2E30
Tints of Havana #3B2E30
RGB
CMYK
RGB Variations
Color information
#3B2E30 (or 0x3B2E30) is known color: Havana. HEX triplet: 3B, 2E and 30. RGB value is (59,46,48). Sum of RGB (Red+Green+Blue) = 59+46+48=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E30 is #C4D1CF. Grayscale: #323232. Windows color (decimal): -12898768 or 3157563. OLE color: 3157563.
HSL color Cylindrical-coordinate representation of color #3B2E30: hue angle of 350.77º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B2E30 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 46 | 48 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.77 |
| HSL | 350.77º | 0.12% | 0.21% | - |
| HSV(B) | 350.77º | 0.22% | 0.23% | - |
| XYZ | 3.31 | 3.1 | 3.22 | - |
| YUV | 50.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 48 | 0 | 0.22 | 0.19 | 0.77 | 350.77 | 0.12 | 0.21 |
| Hex | 3B | 2E | 30 | 0 | 16 | 13 | 4D | 15F | C | 15 |
| Octal | 73 | 56 | 60 | 0 | 26 | 23 | 115 | 537 | 14 | 25 |
| Binary | 111011 | 101110 | 110000 | 0 | 10110 | 10011 | 1001101 | 101011111 | 1100 | 10101 |
Color Harmonies of #3B2E30
Complementary color
Monochromatic Colors of #3B2E30
Black with #3B2E30
Text Example
Text Example
White with #3B2E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E30; }
p { color: rgb(59,46,48); }
H1.HeaderClassName
{
color: #3B2E30;
}
.AnyTagClassName
{
color: #3B2E30;
}
</style>
background-color css
<style>
a { background-color: #3B2E30; }
a { background-color: rgb(59,46,48); }
div.DivClassName
{
background-color: #3B2E30;
}
.BgClassName
{
background-color: #3B2E30;
}
</style>
border-color css
<style>
span { border-color: #3B2E30; }
span { border-color: rgb(59,46,48); }
td.TdClassName
{
border-color: #3B2E30;
}
.TagClassName
{
border-color: #3B2E30;
}
</style>