Shades of Toledo #35202B
Tints of Toledo #35202B
RGB
CMYK
RGB Variations
Color information
#35202B (or 0x35202B) is known color: Toledo. HEX triplet: 35, 20 and 2B. RGB value is (53,32,43). Sum of RGB (Red+Green+Blue) = 53+32+43=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #35202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35202B is #CADFD4. Grayscale: #272727. Windows color (decimal): -13295573 or 2826293. OLE color: 2826293.
HSL color Cylindrical-coordinate representation of color #35202B: hue angle of 328.57º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #35202B is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 32 | 43 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.79 |
| HSL | 328.57º | 0.25% | 0.17% | - |
| HSV(B) | 328.57º | 0.4% | 0.21% | - |
| XYZ | 2.42 | 1.96 | 2.54 | - |
| YUV | 39.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 43 | 0 | 0.40 | 0.19 | 0.79 | 328.57 | 0.25 | 0.17 |
| Hex | 35 | 20 | 2B | 0 | 28 | 13 | 4F | 149 | 19 | 11 |
| Octal | 65 | 40 | 53 | 0 | 50 | 23 | 117 | 511 | 31 | 21 |
| Binary | 110101 | 100000 | 101011 | 0 | 101000 | 10011 | 1001111 | 101001001 | 11001 | 10001 |
Color Harmonies of #35202B
Complementary color
Monochromatic Colors of #35202B
Black with #35202B
Text Example
Text Example
White with #35202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35202B; }
p { color: rgb(53,32,43); }
H1.HeaderClassName
{
color: #35202B;
}
.AnyTagClassName
{
color: #35202B;
}
</style>
background-color css
<style>
a { background-color: #35202B; }
a { background-color: rgb(53,32,43); }
div.DivClassName
{
background-color: #35202B;
}
.BgClassName
{
background-color: #35202B;
}
</style>
border-color css
<style>
span { border-color: #35202B; }
span { border-color: rgb(53,32,43); }
td.TdClassName
{
border-color: #35202B;
}
.TagClassName
{
border-color: #35202B;
}
</style>