Shades of Toledo #35232D
Tints of Toledo #35232D
RGB
CMYK
RGB Variations
Color information
#35232D (or 0x35232D) is known color: Toledo. HEX triplet: 35, 23 and 2D. RGB value is (53,35,45). Sum of RGB (Red+Green+Blue) = 53+35+45=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #35232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35232D is #CADCD2. Grayscale: #292929. Windows color (decimal): -13294803 or 2958133. OLE color: 2958133.
HSL color Cylindrical-coordinate representation of color #35232D: hue angle of 326.67º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35232D is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 35 | 45 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.79 |
| HSL | 326.67º | 0.2% | 0.17% | - |
| HSV(B) | 326.67º | 0.34% | 0.21% | - |
| XYZ | 2.54 | 2.15 | 2.76 | - |
| YUV | 41.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 45 | 0 | 0.34 | 0.15 | 0.79 | 326.67 | 0.2 | 0.17 |
| Hex | 35 | 23 | 2D | 0 | 22 | F | 4F | 147 | 14 | 11 |
| Octal | 65 | 43 | 55 | 0 | 42 | 17 | 117 | 507 | 24 | 21 |
| Binary | 110101 | 100011 | 101101 | 0 | 100010 | 1111 | 1001111 | 101000111 | 10100 | 10001 |
Color Harmonies of #35232D
Complementary color
Monochromatic Colors of #35232D
Black with #35232D
Text Example
Text Example
White with #35232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35232D; }
p { color: rgb(53,35,45); }
H1.HeaderClassName
{
color: #35232D;
}
.AnyTagClassName
{
color: #35232D;
}
</style>
background-color css
<style>
a { background-color: #35232D; }
a { background-color: rgb(53,35,45); }
div.DivClassName
{
background-color: #35232D;
}
.BgClassName
{
background-color: #35232D;
}
</style>
border-color css
<style>
span { border-color: #35232D; }
span { border-color: rgb(53,35,45); }
td.TdClassName
{
border-color: #35232D;
}
.TagClassName
{
border-color: #35232D;
}
</style>