Shades of Toledo #352C2F
Tints of Toledo #352C2F
RGB
CMYK
RGB Variations
Color information
#352C2F (or 0x352C2F) is known color: Toledo. HEX triplet: 35, 2C and 2F. RGB value is (53,44,47). Sum of RGB (Red+Green+Blue) = 53+44+47=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #352C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C2F is #CAD3D0. Grayscale: #2F2F2F. Windows color (decimal): -13292497 or 3091509. OLE color: 3091509.
HSL color Cylindrical-coordinate representation of color #352C2F: hue angle of 340º 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 #352C2F is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 47 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.79 |
| HSL | 340º | 0.09% | 0.19% | - |
| HSV(B) | 340º | 0.17% | 0.21% | - |
| XYZ | 2.88 | 2.76 | 3.07 | - |
| YUV | 47.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 47 | 0 | 0.17 | 0.11 | 0.79 | 340 | 0.09 | 0.19 |
| Hex | 35 | 2C | 2F | 0 | 11 | B | 4F | 154 | 9 | 13 |
| Octal | 65 | 54 | 57 | 0 | 21 | 13 | 117 | 524 | 11 | 23 |
| Binary | 110101 | 101100 | 101111 | 0 | 10001 | 1011 | 1001111 | 101010100 | 1001 | 10011 |
Color Harmonies of #352C2F
Complementary color
Monochromatic Colors of #352C2F
Black with #352C2F
Text Example
Text Example
White with #352C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C2F; }
p { color: rgb(53,44,47); }
H1.HeaderClassName
{
color: #352C2F;
}
.AnyTagClassName
{
color: #352C2F;
}
</style>
background-color css
<style>
a { background-color: #352C2F; }
a { background-color: rgb(53,44,47); }
div.DivClassName
{
background-color: #352C2F;
}
.BgClassName
{
background-color: #352C2F;
}
</style>
border-color css
<style>
span { border-color: #352C2F; }
span { border-color: rgb(53,44,47); }
td.TdClassName
{
border-color: #352C2F;
}
.TagClassName
{
border-color: #352C2F;
}
</style>