Shades of Toledo #35292E
Tints of Toledo #35292E
RGB
CMYK
RGB Variations
Color information
#35292E (or 0x35292E) is known color: Toledo. HEX triplet: 35, 29 and 2E. RGB value is (53,41,46). Sum of RGB (Red+Green+Blue) = 53+41+46=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #35292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35292E is #CAD6D1. Grayscale: #2D2D2D. Windows color (decimal): -13293266 or 3025205. OLE color: 3025205.
HSL color Cylindrical-coordinate representation of color #35292E: hue angle of 335º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #35292E is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 41 | 46 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.79 |
| HSL | 335º | 0.13% | 0.18% | - |
| HSV(B) | 335º | 0.23% | 0.21% | - |
| XYZ | 2.75 | 2.54 | 2.93 | - |
| YUV | 45.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 46 | 0 | 0.23 | 0.13 | 0.79 | 335 | 0.13 | 0.18 |
| Hex | 35 | 29 | 2E | 0 | 17 | D | 4F | 14F | D | 12 |
| Octal | 65 | 51 | 56 | 0 | 27 | 15 | 117 | 517 | 15 | 22 |
| Binary | 110101 | 101001 | 101110 | 0 | 10111 | 1101 | 1001111 | 101001111 | 1101 | 10010 |
Color Harmonies of #35292E
Complementary color
Monochromatic Colors of #35292E
Black with #35292E
Text Example
Text Example
White with #35292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35292E; }
p { color: rgb(53,41,46); }
H1.HeaderClassName
{
color: #35292E;
}
.AnyTagClassName
{
color: #35292E;
}
</style>
background-color css
<style>
a { background-color: #35292E; }
a { background-color: rgb(53,41,46); }
div.DivClassName
{
background-color: #35292E;
}
.BgClassName
{
background-color: #35292E;
}
</style>
border-color css
<style>
span { border-color: #35292E; }
span { border-color: rgb(53,41,46); }
td.TdClassName
{
border-color: #35292E;
}
.TagClassName
{
border-color: #35292E;
}
</style>