Shades of Toledo #35212B
Tints of Toledo #35212B
RGB
CMYK
RGB Variations
Color information
#35212B (or 0x35212B) is known color: Toledo. HEX triplet: 35, 21 and 2B. RGB value is (53,33,43). Sum of RGB (Red+Green+Blue) = 53+33+43=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #35212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35212B is #CADED4. Grayscale: #282828. Windows color (decimal): -13295317 or 2826549. OLE color: 2826549.
HSL color Cylindrical-coordinate representation of color #35212B: hue angle of 330º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35212B is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 33 | 43 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.79 |
| HSL | 330º | 0.23% | 0.17% | - |
| HSV(B) | 330º | 0.38% | 0.21% | - |
| XYZ | 2.45 | 2.02 | 2.55 | - |
| YUV | 40.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 43 | 0 | 0.38 | 0.19 | 0.79 | 330 | 0.23 | 0.17 |
| Hex | 35 | 21 | 2B | 0 | 26 | 13 | 4F | 14A | 17 | 11 |
| Octal | 65 | 41 | 53 | 0 | 46 | 23 | 117 | 512 | 27 | 21 |
| Binary | 110101 | 100001 | 101011 | 0 | 100110 | 10011 | 1001111 | 101001010 | 10111 | 10001 |
Color Harmonies of #35212B
Complementary color
Monochromatic Colors of #35212B
Black with #35212B
Text Example
Text Example
White with #35212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35212B; }
p { color: rgb(53,33,43); }
H1.HeaderClassName
{
color: #35212B;
}
.AnyTagClassName
{
color: #35212B;
}
</style>
background-color css
<style>
a { background-color: #35212B; }
a { background-color: rgb(53,33,43); }
div.DivClassName
{
background-color: #35212B;
}
.BgClassName
{
background-color: #35212B;
}
</style>
border-color css
<style>
span { border-color: #35212B; }
span { border-color: rgb(53,33,43); }
td.TdClassName
{
border-color: #35212B;
}
.TagClassName
{
border-color: #35212B;
}
</style>