Shades of Toledo #353032
Tints of Toledo #353032
RGB
CMYK
RGB Variations
Color information
#353032 (or 0x353032) is known color: Toledo. HEX triplet: 35, 30 and 32. RGB value is (53,48,50). Sum of RGB (Red+Green+Blue) = 53+48+50=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 53 - color contains mainly: red. Hex color #353032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353032 is #CACFCD. Grayscale: #313131. Windows color (decimal): -13291470 or 3289141. OLE color: 3289141.
HSL color Cylindrical-coordinate representation of color #353032: hue angle of 336º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353032 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 48 | 50 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.79 |
| HSL | 336º | 0.05% | 0.2% | - |
| HSV(B) | 336º | 0.09% | 0.21% | - |
| XYZ | 3.1 | 3.1 | 3.45 | - |
| YUV | 49.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 50 | 0 | 0.09 | 0.06 | 0.79 | 336 | 0.05 | 0.2 |
| Hex | 35 | 30 | 32 | 0 | 9 | 6 | 4F | 150 | 5 | 14 |
| Octal | 65 | 60 | 62 | 0 | 11 | 6 | 117 | 520 | 5 | 24 |
| Binary | 110101 | 110000 | 110010 | 0 | 1001 | 110 | 1001111 | 101010000 | 101 | 10100 |
Color Harmonies of #353032
Complementary color
Monochromatic Colors of #353032
Black with #353032
Text Example
Text Example
White with #353032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353032; }
p { color: rgb(53,48,50); }
H1.HeaderClassName
{
color: #353032;
}
.AnyTagClassName
{
color: #353032;
}
</style>
background-color css
<style>
a { background-color: #353032; }
a { background-color: rgb(53,48,50); }
div.DivClassName
{
background-color: #353032;
}
.BgClassName
{
background-color: #353032;
}
</style>
border-color css
<style>
span { border-color: #353032; }
span { border-color: rgb(53,48,50); }
td.TdClassName
{
border-color: #353032;
}
.TagClassName
{
border-color: #353032;
}
</style>