Shades of Gondola #393231
Tints of Gondola #393231
RGB
CMYK
RGB Variations
Color information
#393231 (or 0x393231) is known color: Gondola. HEX triplet: 39, 32 and 31. RGB value is (57,50,49). Sum of RGB (Red+Green+Blue) = 57+50+49=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 57 - color contains mainly: red. Hex color #393231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393231 is #C6CDCE. Grayscale: #333333. Windows color (decimal): -13028815 or 3224121. OLE color: 3224121.
HSL color Cylindrical-coordinate representation of color #393231: hue angle of 7.5º 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 #393231 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 50 | 49 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.78 |
| HSL | 7.5º | 0.08% | 0.21% | - |
| HSV(B) | 7.5º | 0.14% | 0.22% | - |
| XYZ | 3.38 | 3.37 | 3.38 | - |
| YUV | 51.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 49 | 0 | 0.12 | 0.14 | 0.78 | 7.5 | 0.08 | 0.21 |
| Hex | 39 | 32 | 31 | 0 | C | E | 4E | 8 | 8 | 15 |
| Octal | 71 | 62 | 61 | 0 | 14 | 16 | 116 | 10 | 10 | 25 |
| Binary | 111001 | 110010 | 110001 | 0 | 1100 | 1110 | 1001110 | 1000 | 1000 | 10101 |
Color Harmonies of #393231
Complementary color
Monochromatic Colors of #393231
Black with #393231
Text Example
Text Example
White with #393231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393231; }
p { color: rgb(57,50,49); }
H1.HeaderClassName
{
color: #393231;
}
.AnyTagClassName
{
color: #393231;
}
</style>
background-color css
<style>
a { background-color: #393231; }
a { background-color: rgb(57,50,49); }
div.DivClassName
{
background-color: #393231;
}
.BgClassName
{
background-color: #393231;
}
</style>
border-color css
<style>
span { border-color: #393231; }
span { border-color: rgb(57,50,49); }
td.TdClassName
{
border-color: #393231;
}
.TagClassName
{
border-color: #393231;
}
</style>