Shades of Toledo #35292D
Tints of Toledo #35292D
RGB
CMYK
RGB Variations
Color information
#35292D (or 0x35292D) is known color: Toledo. HEX triplet: 35, 29 and 2D. RGB value is (53,41,45). Sum of RGB (Red+Green+Blue) = 53+41+45=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #35292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35292D is #CAD6D2. Grayscale: #2D2D2D. Windows color (decimal): -13293267 or 2959669. OLE color: 2959669.
HSL color Cylindrical-coordinate representation of color #35292D: hue angle of 340º 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 #35292D is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 41 | 45 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.79 |
| HSL | 340º | 0.13% | 0.18% | - |
| HSV(B) | 340º | 0.23% | 0.21% | - |
| XYZ | 2.73 | 2.53 | 2.83 | - |
| YUV | 45.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 45 | 0 | 0.23 | 0.15 | 0.79 | 340 | 0.13 | 0.18 |
| Hex | 35 | 29 | 2D | 0 | 17 | F | 4F | 154 | D | 12 |
| Octal | 65 | 51 | 55 | 0 | 27 | 17 | 117 | 524 | 15 | 22 |
| Binary | 110101 | 101001 | 101101 | 0 | 10111 | 1111 | 1001111 | 101010100 | 1101 | 10010 |
Color Harmonies of #35292D
Complementary color
Monochromatic Colors of #35292D
Black with #35292D
Text Example
Text Example
White with #35292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35292D; }
p { color: rgb(53,41,45); }
H1.HeaderClassName
{
color: #35292D;
}
.AnyTagClassName
{
color: #35292D;
}
</style>
background-color css
<style>
a { background-color: #35292D; }
a { background-color: rgb(53,41,45); }
div.DivClassName
{
background-color: #35292D;
}
.BgClassName
{
background-color: #35292D;
}
</style>
border-color css
<style>
span { border-color: #35292D; }
span { border-color: rgb(53,41,45); }
td.TdClassName
{
border-color: #35292D;
}
.TagClassName
{
border-color: #35292D;
}
</style>