Shades of Toledo #352C31
Tints of Toledo #352C31
RGB
CMYK
RGB Variations
Color information
#352C31 (or 0x352C31) is known color: Toledo. HEX triplet: 35, 2C and 31. RGB value is (53,44,49). Sum of RGB (Red+Green+Blue) = 53+44+49=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 53 - color contains mainly: red. Hex color #352C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C31 is #CAD3CE. Grayscale: #2F2F2F. Windows color (decimal): -13292495 or 3222581. OLE color: 3222581.
HSL color Cylindrical-coordinate representation of color #352C31: hue angle of 326.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #352C31 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 49 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.79 |
| HSL | 326.67º | 0.09% | 0.19% | - |
| HSV(B) | 326.67º | 0.17% | 0.21% | - |
| XYZ | 2.92 | 2.78 | 3.29 | - |
| YUV | 47.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 49 | 0 | 0.17 | 0.08 | 0.79 | 326.67 | 0.09 | 0.19 |
| Hex | 35 | 2C | 31 | 0 | 11 | 8 | 4F | 147 | 9 | 13 |
| Octal | 65 | 54 | 61 | 0 | 21 | 10 | 117 | 507 | 11 | 23 |
| Binary | 110101 | 101100 | 110001 | 0 | 10001 | 1000 | 1001111 | 101000111 | 1001 | 10011 |
Color Harmonies of #352C31
Complementary color
Monochromatic Colors of #352C31
Black with #352C31
Text Example
Text Example
White with #352C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C31; }
p { color: rgb(53,44,49); }
H1.HeaderClassName
{
color: #352C31;
}
.AnyTagClassName
{
color: #352C31;
}
</style>
background-color css
<style>
a { background-color: #352C31; }
a { background-color: rgb(53,44,49); }
div.DivClassName
{
background-color: #352C31;
}
.BgClassName
{
background-color: #352C31;
}
</style>
border-color css
<style>
span { border-color: #352C31; }
span { border-color: rgb(53,44,49); }
td.TdClassName
{
border-color: #352C31;
}
.TagClassName
{
border-color: #352C31;
}
</style>