Shades of Gondola #393331
Tints of Gondola #393331
RGB
CMYK
RGB Variations
Color information
#393331 (or 0x393331) is known color: Gondola. HEX triplet: 39, 33 and 31. RGB value is (57,51,49). Sum of RGB (Red+Green+Blue) = 57+51+49=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 57 - color contains mainly: red. Hex color #393331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393331 is #C6CCCE. Grayscale: #343434. Windows color (decimal): -13028559 or 3224377. OLE color: 3224377.
HSL color Cylindrical-coordinate representation of color #393331: hue angle of 15º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #393331 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 51 | 49 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.78 |
| HSL | 15º | 0.08% | 0.21% | - |
| HSV(B) | 15º | 0.14% | 0.22% | - |
| XYZ | 3.43 | 3.46 | 3.39 | - |
| YUV | 52.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 49 | 0 | 0.11 | 0.14 | 0.78 | 15 | 0.08 | 0.21 |
| Hex | 39 | 33 | 31 | 0 | B | E | 4E | F | 8 | 15 |
| Octal | 71 | 63 | 61 | 0 | 13 | 16 | 116 | 17 | 10 | 25 |
| Binary | 111001 | 110011 | 110001 | 0 | 1011 | 1110 | 1001110 | 1111 | 1000 | 10101 |
Color Harmonies of #393331
Complementary color
Monochromatic Colors of #393331
Black with #393331
Text Example
Text Example
White with #393331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393331; }
p { color: rgb(57,51,49); }
H1.HeaderClassName
{
color: #393331;
}
.AnyTagClassName
{
color: #393331;
}
</style>
background-color css
<style>
a { background-color: #393331; }
a { background-color: rgb(57,51,49); }
div.DivClassName
{
background-color: #393331;
}
.BgClassName
{
background-color: #393331;
}
</style>
border-color css
<style>
span { border-color: #393331; }
span { border-color: rgb(57,51,49); }
td.TdClassName
{
border-color: #393331;
}
.TagClassName
{
border-color: #393331;
}
</style>