Shades of Gondola #393230
Tints of Gondola #393230
RGB
CMYK
RGB Variations
Color information
#393230 (or 0x393230) is known color: Gondola. HEX triplet: 39, 32 and 30. RGB value is (57,50,48). Sum of RGB (Red+Green+Blue) = 57+50+48=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 57 - color contains mainly: red. Hex color #393230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393230 is #C6CDCF. Grayscale: #333333. Windows color (decimal): -13028816 or 3158585. OLE color: 3158585.
HSL color Cylindrical-coordinate representation of color #393230: hue angle of 13.33º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393230 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 50 | 48 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.78 |
| HSL | 13.33º | 0.09% | 0.21% | - |
| HSV(B) | 13.33º | 0.16% | 0.22% | - |
| XYZ | 3.36 | 3.36 | 3.27 | - |
| YUV | 51.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 48 | 0 | 0.12 | 0.16 | 0.78 | 13.33 | 0.09 | 0.21 |
| Hex | 39 | 32 | 30 | 0 | C | 10 | 4E | D | 9 | 15 |
| Octal | 71 | 62 | 60 | 0 | 14 | 20 | 116 | 15 | 11 | 25 |
| Binary | 111001 | 110010 | 110000 | 0 | 1100 | 10000 | 1001110 | 1101 | 1001 | 10101 |
Color Harmonies of #393230
Complementary color
Monochromatic Colors of #393230
Black with #393230
Text Example
Text Example
White with #393230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393230; }
p { color: rgb(57,50,48); }
H1.HeaderClassName
{
color: #393230;
}
.AnyTagClassName
{
color: #393230;
}
</style>
background-color css
<style>
a { background-color: #393230; }
a { background-color: rgb(57,50,48); }
div.DivClassName
{
background-color: #393230;
}
.BgClassName
{
background-color: #393230;
}
</style>
border-color css
<style>
span { border-color: #393230; }
span { border-color: rgb(57,50,48); }
td.TdClassName
{
border-color: #393230;
}
.TagClassName
{
border-color: #393230;
}
</style>