Shades of Gondola #393332
Tints of Gondola #393332
RGB
CMYK
RGB Variations
Color information
#393332 (or 0x393332) is known color: Gondola. HEX triplet: 39, 33 and 32. RGB value is (57,51,50). Sum of RGB (Red+Green+Blue) = 57+51+50=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #393332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393332 is #C6CCCD. Grayscale: #343434. Windows color (decimal): -13028558 or 3289913. OLE color: 3289913.
HSL color Cylindrical-coordinate representation of color #393332: hue angle of 8.57º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #393332 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 51 | 50 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.78 |
| HSL | 8.57º | 0.07% | 0.21% | - |
| HSV(B) | 8.57º | 0.12% | 0.22% | - |
| XYZ | 3.45 | 3.47 | 3.51 | - |
| YUV | 52.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 50 | 0 | 0.11 | 0.12 | 0.78 | 8.57 | 0.07 | 0.21 |
| Hex | 39 | 33 | 32 | 0 | B | C | 4E | 9 | 7 | 15 |
| Octal | 71 | 63 | 62 | 0 | 13 | 14 | 116 | 11 | 7 | 25 |
| Binary | 111001 | 110011 | 110010 | 0 | 1011 | 1100 | 1001110 | 1001 | 111 | 10101 |
Color Harmonies of #393332
Complementary color
Monochromatic Colors of #393332
Black with #393332
Text Example
Text Example
White with #393332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393332; }
p { color: rgb(57,51,50); }
H1.HeaderClassName
{
color: #393332;
}
.AnyTagClassName
{
color: #393332;
}
</style>
background-color css
<style>
a { background-color: #393332; }
a { background-color: rgb(57,51,50); }
div.DivClassName
{
background-color: #393332;
}
.BgClassName
{
background-color: #393332;
}
</style>
border-color css
<style>
span { border-color: #393332; }
span { border-color: rgb(57,51,50); }
td.TdClassName
{
border-color: #393332;
}
.TagClassName
{
border-color: #393332;
}
</style>