Shades of Toledo #352E31
Tints of Toledo #352E31
RGB
CMYK
RGB Variations
Color information
#352E31 (or 0x352E31) is known color: Toledo. HEX triplet: 35, 2E and 31. RGB value is (53,46,49). Sum of RGB (Red+Green+Blue) = 53+46+49=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #352E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E31 is #CAD1CE. Grayscale: #303030. Windows color (decimal): -13291983 or 3223093. OLE color: 3223093.
HSL color Cylindrical-coordinate representation of color #352E31: hue angle of 334.29º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #352E31 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 49 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.79 |
| HSL | 334.29º | 0.07% | 0.19% | - |
| HSV(B) | 334.29º | 0.13% | 0.21% | - |
| XYZ | 3 | 2.93 | 3.31 | - |
| YUV | 48.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 49 | 0 | 0.13 | 0.08 | 0.79 | 334.29 | 0.07 | 0.19 |
| Hex | 35 | 2E | 31 | 0 | D | 8 | 4F | 14E | 7 | 13 |
| Octal | 65 | 56 | 61 | 0 | 15 | 10 | 117 | 516 | 7 | 23 |
| Binary | 110101 | 101110 | 110001 | 0 | 1101 | 1000 | 1001111 | 101001110 | 111 | 10011 |
Color Harmonies of #352E31
Complementary color
Monochromatic Colors of #352E31
Black with #352E31
Text Example
Text Example
White with #352E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E31; }
p { color: rgb(53,46,49); }
H1.HeaderClassName
{
color: #352E31;
}
.AnyTagClassName
{
color: #352E31;
}
</style>
background-color css
<style>
a { background-color: #352E31; }
a { background-color: rgb(53,46,49); }
div.DivClassName
{
background-color: #352E31;
}
.BgClassName
{
background-color: #352E31;
}
</style>
border-color css
<style>
span { border-color: #352E31; }
span { border-color: rgb(53,46,49); }
td.TdClassName
{
border-color: #352E31;
}
.TagClassName
{
border-color: #352E31;
}
</style>