Shades of Toledo #35252C
Tints of Toledo #35252C
RGB
CMYK
RGB Variations
Color information
#35252C (or 0x35252C) is known color: Toledo. HEX triplet: 35, 25 and 2C. RGB value is (53,37,44). Sum of RGB (Red+Green+Blue) = 53+37+44=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #35252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35252C is #CADAD3. Grayscale: #2A2A2A. Windows color (decimal): -13294292 or 2893109. OLE color: 2893109.
HSL color Cylindrical-coordinate representation of color #35252C: hue angle of 333.75º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35252C is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 37 | 44 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.79 |
| HSL | 333.75º | 0.18% | 0.18% | - |
| HSV(B) | 333.75º | 0.3% | 0.21% | - |
| XYZ | 2.58 | 2.26 | 2.68 | - |
| YUV | 42.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 44 | 0 | 0.30 | 0.17 | 0.79 | 333.75 | 0.18 | 0.18 |
| Hex | 35 | 25 | 2C | 0 | 1E | 11 | 4F | 14E | 12 | 12 |
| Octal | 65 | 45 | 54 | 0 | 36 | 21 | 117 | 516 | 22 | 22 |
| Binary | 110101 | 100101 | 101100 | 0 | 11110 | 10001 | 1001111 | 101001110 | 10010 | 10010 |
Color Harmonies of #35252C
Complementary color
Monochromatic Colors of #35252C
Black with #35252C
Text Example
Text Example
White with #35252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35252C; }
p { color: rgb(53,37,44); }
H1.HeaderClassName
{
color: #35252C;
}
.AnyTagClassName
{
color: #35252C;
}
</style>
background-color css
<style>
a { background-color: #35252C; }
a { background-color: rgb(53,37,44); }
div.DivClassName
{
background-color: #35252C;
}
.BgClassName
{
background-color: #35252C;
}
</style>
border-color css
<style>
span { border-color: #35252C; }
span { border-color: rgb(53,37,44); }
td.TdClassName
{
border-color: #35252C;
}
.TagClassName
{
border-color: #35252C;
}
</style>