Shades of Gondola #393534
Tints of Gondola #393534
RGB
CMYK
RGB Variations
Color information
#393534 (or 0x393534) is known color: Gondola. HEX triplet: 39, 35 and 34. RGB value is (57,53,52). Sum of RGB (Red+Green+Blue) = 57+53+52=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 57 - color contains mainly: red. Hex color #393534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393534 is #C6CACB. Grayscale: #363636. Windows color (decimal): -13028044 or 3421497. OLE color: 3421497.
HSL color Cylindrical-coordinate representation of color #393534: hue angle of 12º 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 #393534 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 53 | 52 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.78 |
| HSL | 12º | 0.05% | 0.21% | - |
| HSV(B) | 12º | 0.09% | 0.22% | - |
| XYZ | 3.58 | 3.66 | 3.77 | - |
| YUV | 54.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 52 | 0 | 0.07 | 0.09 | 0.78 | 12 | 0.05 | 0.21 |
| Hex | 39 | 35 | 34 | 0 | 7 | 9 | 4E | C | 5 | 15 |
| Octal | 71 | 65 | 64 | 0 | 7 | 11 | 116 | 14 | 5 | 25 |
| Binary | 111001 | 110101 | 110100 | 0 | 111 | 1001 | 1001110 | 1100 | 101 | 10101 |
Color Harmonies of #393534
Complementary color
Monochromatic Colors of #393534
Black with #393534
Text Example
Text Example
White with #393534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393534; }
p { color: rgb(57,53,52); }
H1.HeaderClassName
{
color: #393534;
}
.AnyTagClassName
{
color: #393534;
}
</style>
background-color css
<style>
a { background-color: #393534; }
a { background-color: rgb(57,53,52); }
div.DivClassName
{
background-color: #393534;
}
.BgClassName
{
background-color: #393534;
}
</style>
border-color css
<style>
span { border-color: #393534; }
span { border-color: rgb(57,53,52); }
td.TdClassName
{
border-color: #393534;
}
.TagClassName
{
border-color: #393534;
}
</style>