Shades of Toledo #35232C
Tints of Toledo #35232C
RGB
CMYK
RGB Variations
Color information
#35232C (or 0x35232C) is known color: Toledo. HEX triplet: 35, 23 and 2C. RGB value is (53,35,44). Sum of RGB (Red+Green+Blue) = 53+35+44=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #35232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35232C is #CADCD3. Grayscale: #292929. Windows color (decimal): -13294804 or 2892597. OLE color: 2892597.
HSL color Cylindrical-coordinate representation of color #35232C: hue angle of 330º 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 #35232C is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 35 | 44 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.79 |
| HSL | 330º | 0.2% | 0.17% | - |
| HSV(B) | 330º | 0.34% | 0.21% | - |
| XYZ | 2.52 | 2.14 | 2.66 | - |
| YUV | 41.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 44 | 0 | 0.34 | 0.17 | 0.79 | 330 | 0.2 | 0.17 |
| Hex | 35 | 23 | 2C | 0 | 22 | 11 | 4F | 14A | 14 | 11 |
| Octal | 65 | 43 | 54 | 0 | 42 | 21 | 117 | 512 | 24 | 21 |
| Binary | 110101 | 100011 | 101100 | 0 | 100010 | 10001 | 1001111 | 101001010 | 10100 | 10001 |
Color Harmonies of #35232C
Complementary color
Monochromatic Colors of #35232C
Black with #35232C
Text Example
Text Example
White with #35232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35232C; }
p { color: rgb(53,35,44); }
H1.HeaderClassName
{
color: #35232C;
}
.AnyTagClassName
{
color: #35232C;
}
</style>
background-color css
<style>
a { background-color: #35232C; }
a { background-color: rgb(53,35,44); }
div.DivClassName
{
background-color: #35232C;
}
.BgClassName
{
background-color: #35232C;
}
</style>
border-color css
<style>
span { border-color: #35232C; }
span { border-color: rgb(53,35,44); }
td.TdClassName
{
border-color: #35232C;
}
.TagClassName
{
border-color: #35232C;
}
</style>