Shades of Havana #3B3031
Tints of Havana #3B3031
RGB
CMYK
RGB Variations
Color information
#3B3031 (or 0x3B3031) is known color: Havana. HEX triplet: 3B, 30 and 31. RGB value is (59,48,49). Sum of RGB (Red+Green+Blue) = 59+48+49=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3031 is #C4CFCE. Grayscale: #333333. Windows color (decimal): -12898255 or 3223611. OLE color: 3223611.
HSL color Cylindrical-coordinate representation of color #3B3031: hue angle of 354.55º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B3031 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 49 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.77 |
| HSL | 354.55º | 0.1% | 0.21% | - |
| HSV(B) | 354.55º | 0.19% | 0.23% | - |
| XYZ | 3.41 | 3.27 | 3.36 | - |
| YUV | 51.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 49 | 0 | 0.19 | 0.17 | 0.77 | 354.55 | 0.1 | 0.21 |
| Hex | 3B | 30 | 31 | 0 | 13 | 11 | 4D | 163 | A | 15 |
| Octal | 73 | 60 | 61 | 0 | 23 | 21 | 115 | 543 | 12 | 25 |
| Binary | 111011 | 110000 | 110001 | 0 | 10011 | 10001 | 1001101 | 101100011 | 1010 | 10101 |
Color Harmonies of #3B3031
Complementary color
Monochromatic Colors of #3B3031
Black with #3B3031
Text Example
Text Example
White with #3B3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3031; }
p { color: rgb(59,48,49); }
H1.HeaderClassName
{
color: #3B3031;
}
.AnyTagClassName
{
color: #3B3031;
}
</style>
background-color css
<style>
a { background-color: #3B3031; }
a { background-color: rgb(59,48,49); }
div.DivClassName
{
background-color: #3B3031;
}
.BgClassName
{
background-color: #3B3031;
}
</style>
border-color css
<style>
span { border-color: #3B3031; }
span { border-color: rgb(59,48,49); }
td.TdClassName
{
border-color: #3B3031;
}
.TagClassName
{
border-color: #3B3031;
}
</style>