Shades of Havana #393435
Tints of Havana #393435
RGB
CMYK
RGB Variations
Color information
#393435 (or 0x393435) is known color: Havana. HEX triplet: 39, 34 and 35. RGB value is (57,52,53). Sum of RGB (Red+Green+Blue) = 57+52+53=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 57 - color contains mainly: red. Hex color #393435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393435 is #C6CBCA. Grayscale: #353535. Windows color (decimal): -13028299 or 3486777. OLE color: 3486777.
HSL color Cylindrical-coordinate representation of color #393435: hue angle of 348º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #393435 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 52 | 53 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.78 |
| HSL | 348º | 0.05% | 0.21% | - |
| HSV(B) | 348º | 0.09% | 0.22% | - |
| XYZ | 3.56 | 3.58 | 3.87 | - |
| YUV | 53.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 53 | 0 | 0.09 | 0.07 | 0.78 | 348 | 0.05 | 0.21 |
| Hex | 39 | 34 | 35 | 0 | 9 | 7 | 4E | 15C | 5 | 15 |
| Octal | 71 | 64 | 65 | 0 | 11 | 7 | 116 | 534 | 5 | 25 |
| Binary | 111001 | 110100 | 110101 | 0 | 1001 | 111 | 1001110 | 101011100 | 101 | 10101 |
Color Harmonies of #393435
Complementary color
Monochromatic Colors of #393435
Black with #393435
Text Example
Text Example
White with #393435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393435; }
p { color: rgb(57,52,53); }
H1.HeaderClassName
{
color: #393435;
}
.AnyTagClassName
{
color: #393435;
}
</style>
background-color css
<style>
a { background-color: #393435; }
a { background-color: rgb(57,52,53); }
div.DivClassName
{
background-color: #393435;
}
.BgClassName
{
background-color: #393435;
}
</style>
border-color css
<style>
span { border-color: #393435; }
span { border-color: rgb(57,52,53); }
td.TdClassName
{
border-color: #393435;
}
.TagClassName
{
border-color: #393435;
}
</style>