Shades of Toledo #35222A
Tints of Toledo #35222A
RGB
CMYK
RGB Variations
Color information
#35222A (or 0x35222A) is known color: Toledo. HEX triplet: 35, 22 and 2A. RGB value is (53,34,42). Sum of RGB (Red+Green+Blue) = 53+34+42=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #35222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35222A is #CADDD5. Grayscale: #282828. Windows color (decimal): -13295062 or 2761269. OLE color: 2761269.
HSL color Cylindrical-coordinate representation of color #35222A: hue angle of 334.74º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #35222A is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 34 | 42 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.79 |
| HSL | 334.74º | 0.22% | 0.17% | - |
| HSV(B) | 334.74º | 0.36% | 0.21% | - |
| XYZ | 2.46 | 2.07 | 2.46 | - |
| YUV | 40.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 42 | 0 | 0.36 | 0.21 | 0.79 | 334.74 | 0.22 | 0.17 |
| Hex | 35 | 22 | 2A | 0 | 24 | 15 | 4F | 14F | 16 | 11 |
| Octal | 65 | 42 | 52 | 0 | 44 | 25 | 117 | 517 | 26 | 21 |
| Binary | 110101 | 100010 | 101010 | 0 | 100100 | 10101 | 1001111 | 101001111 | 10110 | 10001 |
Color Harmonies of #35222A
Complementary color
Monochromatic Colors of #35222A
Black with #35222A
Text Example
Text Example
White with #35222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35222A; }
p { color: rgb(53,34,42); }
H1.HeaderClassName
{
color: #35222A;
}
.AnyTagClassName
{
color: #35222A;
}
</style>
background-color css
<style>
a { background-color: #35222A; }
a { background-color: rgb(53,34,42); }
div.DivClassName
{
background-color: #35222A;
}
.BgClassName
{
background-color: #35222A;
}
</style>
border-color css
<style>
span { border-color: #35222A; }
span { border-color: rgb(53,34,42); }
td.TdClassName
{
border-color: #35222A;
}
.TagClassName
{
border-color: #35222A;
}
</style>