Shades of Toledo #352F32
Tints of Toledo #352F32
RGB
CMYK
RGB Variations
Color information
#352F32 (or 0x352F32) is known color: Toledo. HEX triplet: 35, 2F and 32. RGB value is (53,47,50). Sum of RGB (Red+Green+Blue) = 53+47+50=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 53 - color contains mainly: red. Hex color #352F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F32 is #CAD0CD. Grayscale: #313131. Windows color (decimal): -13291726 or 3288885. OLE color: 3288885.
HSL color Cylindrical-coordinate representation of color #352F32: hue angle of 330º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #352F32 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 50 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.79 |
| HSL | 330º | 0.06% | 0.2% | - |
| HSV(B) | 330º | 0.11% | 0.21% | - |
| XYZ | 3.06 | 3.02 | 3.44 | - |
| YUV | 49.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 50 | 0 | 0.11 | 0.06 | 0.79 | 330 | 0.06 | 0.2 |
| Hex | 35 | 2F | 32 | 0 | B | 6 | 4F | 14A | 6 | 14 |
| Octal | 65 | 57 | 62 | 0 | 13 | 6 | 117 | 512 | 6 | 24 |
| Binary | 110101 | 101111 | 110010 | 0 | 1011 | 110 | 1001111 | 101001010 | 110 | 10100 |
Color Harmonies of #352F32
Complementary color
Monochromatic Colors of #352F32
Black with #352F32
Text Example
Text Example
White with #352F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F32; }
p { color: rgb(53,47,50); }
H1.HeaderClassName
{
color: #352F32;
}
.AnyTagClassName
{
color: #352F32;
}
</style>
background-color css
<style>
a { background-color: #352F32; }
a { background-color: rgb(53,47,50); }
div.DivClassName
{
background-color: #352F32;
}
.BgClassName
{
background-color: #352F32;
}
</style>
border-color css
<style>
span { border-color: #352F32; }
span { border-color: rgb(53,47,50); }
td.TdClassName
{
border-color: #352F32;
}
.TagClassName
{
border-color: #352F32;
}
</style>