Shades of Toledo #35232A
Tints of Toledo #35232A
RGB
CMYK
RGB Variations
Color information
#35232A (or 0x35232A) is known color: Toledo. HEX triplet: 35, 23 and 2A. RGB value is (53,35,42). Sum of RGB (Red+Green+Blue) = 53+35+42=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #35232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35232A is #CADCD5. Grayscale: #292929. Windows color (decimal): -13294806 or 2761525. OLE color: 2761525.
HSL color Cylindrical-coordinate representation of color #35232A: hue angle of 336.67º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35232A is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 35 | 42 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.79 |
| HSL | 336.67º | 0.2% | 0.17% | - |
| HSV(B) | 336.67º | 0.34% | 0.21% | - |
| XYZ | 2.49 | 2.13 | 2.47 | - |
| YUV | 41.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 42 | 0 | 0.34 | 0.21 | 0.79 | 336.67 | 0.2 | 0.17 |
| Hex | 35 | 23 | 2A | 0 | 22 | 15 | 4F | 151 | 14 | 11 |
| Octal | 65 | 43 | 52 | 0 | 42 | 25 | 117 | 521 | 24 | 21 |
| Binary | 110101 | 100011 | 101010 | 0 | 100010 | 10101 | 1001111 | 101010001 | 10100 | 10001 |
Color Harmonies of #35232A
Complementary color
Monochromatic Colors of #35232A
Black with #35232A
Text Example
Text Example
White with #35232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35232A; }
p { color: rgb(53,35,42); }
H1.HeaderClassName
{
color: #35232A;
}
.AnyTagClassName
{
color: #35232A;
}
</style>
background-color css
<style>
a { background-color: #35232A; }
a { background-color: rgb(53,35,42); }
div.DivClassName
{
background-color: #35232A;
}
.BgClassName
{
background-color: #35232A;
}
</style>
border-color css
<style>
span { border-color: #35232A; }
span { border-color: rgb(53,35,42); }
td.TdClassName
{
border-color: #35232A;
}
.TagClassName
{
border-color: #35232A;
}
</style>