Shades of Havana #393031
Tints of Havana #393031
RGB
CMYK
RGB Variations
Color information
#393031 (or 0x393031) is known color: Havana. HEX triplet: 39, 30 and 31. RGB value is (57,48,49). Sum of RGB (Red+Green+Blue) = 57+48+49=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 57 - color contains mainly: red. Hex color #393031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393031 is #C6CFCE. Grayscale: #323232. Windows color (decimal): -13029327 or 3223609. OLE color: 3223609.
HSL color Cylindrical-coordinate representation of color #393031: hue angle of 353.33º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393031 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 48 | 49 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.78 |
| HSL | 353.33º | 0.09% | 0.21% | - |
| HSV(B) | 353.33º | 0.16% | 0.22% | - |
| XYZ | 3.3 | 3.21 | 3.35 | - |
| YUV | 50.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 49 | 0 | 0.16 | 0.14 | 0.78 | 353.33 | 0.09 | 0.21 |
| Hex | 39 | 30 | 31 | 0 | 10 | E | 4E | 161 | 9 | 15 |
| Octal | 71 | 60 | 61 | 0 | 20 | 16 | 116 | 541 | 11 | 25 |
| Binary | 111001 | 110000 | 110001 | 0 | 10000 | 1110 | 1001110 | 101100001 | 1001 | 10101 |
Color Harmonies of #393031
Complementary color
Monochromatic Colors of #393031
Black with #393031
Text Example
Text Example
White with #393031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393031; }
p { color: rgb(57,48,49); }
H1.HeaderClassName
{
color: #393031;
}
.AnyTagClassName
{
color: #393031;
}
</style>
background-color css
<style>
a { background-color: #393031; }
a { background-color: rgb(57,48,49); }
div.DivClassName
{
background-color: #393031;
}
.BgClassName
{
background-color: #393031;
}
</style>
border-color css
<style>
span { border-color: #393031; }
span { border-color: rgb(57,48,49); }
td.TdClassName
{
border-color: #393031;
}
.TagClassName
{
border-color: #393031;
}
</style>