Shades of Gondola #353231
Tints of Gondola #353231
RGB
CMYK
RGB Variations
Color information
#353231 (or 0x353231) is known color: Gondola. HEX triplet: 35, 32 and 31. RGB value is (53,50,49). Sum of RGB (Red+Green+Blue) = 53+50+49=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 53 - color contains mainly: red. Hex color #353231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353231 is #CACDCE. Grayscale: #323232. Windows color (decimal): -13290959 or 3224117. OLE color: 3224117.
HSL color Cylindrical-coordinate representation of color #353231: hue angle of 15º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #353231 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 50 | 49 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.79 |
| HSL | 15º | 0.04% | 0.2% | - |
| HSV(B) | 15º | 0.08% | 0.21% | - |
| XYZ | 3.16 | 3.26 | 3.37 | - |
| YUV | 50.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 49 | 0 | 0.06 | 0.08 | 0.79 | 15 | 0.04 | 0.2 |
| Hex | 35 | 32 | 31 | 0 | 6 | 8 | 4F | F | 4 | 14 |
| Octal | 65 | 62 | 61 | 0 | 6 | 10 | 117 | 17 | 4 | 24 |
| Binary | 110101 | 110010 | 110001 | 0 | 110 | 1000 | 1001111 | 1111 | 100 | 10100 |
Color Harmonies of #353231
Complementary color
Monochromatic Colors of #353231
Black with #353231
Text Example
Text Example
White with #353231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353231; }
p { color: rgb(53,50,49); }
H1.HeaderClassName
{
color: #353231;
}
.AnyTagClassName
{
color: #353231;
}
</style>
background-color css
<style>
a { background-color: #353231; }
a { background-color: rgb(53,50,49); }
div.DivClassName
{
background-color: #353231;
}
.BgClassName
{
background-color: #353231;
}
</style>
border-color css
<style>
span { border-color: #353231; }
span { border-color: rgb(53,50,49); }
td.TdClassName
{
border-color: #353231;
}
.TagClassName
{
border-color: #353231;
}
</style>