Shades of Toledo #35262D
Tints of Toledo #35262D
RGB
CMYK
RGB Variations
Color information
#35262D (or 0x35262D) is known color: Toledo. HEX triplet: 35, 26 and 2D. RGB value is (53,38,45). Sum of RGB (Red+Green+Blue) = 53+38+45=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #35262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35262D is #CAD9D2. Grayscale: #2B2B2B. Windows color (decimal): -13294035 or 2958901. OLE color: 2958901.
HSL color Cylindrical-coordinate representation of color #35262D: hue angle of 332º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #35262D is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 38 | 45 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.79 |
| HSL | 332º | 0.16% | 0.18% | - |
| HSV(B) | 332º | 0.28% | 0.21% | - |
| XYZ | 2.63 | 2.33 | 2.79 | - |
| YUV | 43.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 45 | 0 | 0.28 | 0.15 | 0.79 | 332 | 0.16 | 0.18 |
| Hex | 35 | 26 | 2D | 0 | 1C | F | 4F | 14C | 10 | 12 |
| Octal | 65 | 46 | 55 | 0 | 34 | 17 | 117 | 514 | 20 | 22 |
| Binary | 110101 | 100110 | 101101 | 0 | 11100 | 1111 | 1001111 | 101001100 | 10000 | 10010 |
Color Harmonies of #35262D
Complementary color
Monochromatic Colors of #35262D
Black with #35262D
Text Example
Text Example
White with #35262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35262D; }
p { color: rgb(53,38,45); }
H1.HeaderClassName
{
color: #35262D;
}
.AnyTagClassName
{
color: #35262D;
}
</style>
background-color css
<style>
a { background-color: #35262D; }
a { background-color: rgb(53,38,45); }
div.DivClassName
{
background-color: #35262D;
}
.BgClassName
{
background-color: #35262D;
}
</style>
border-color css
<style>
span { border-color: #35262D; }
span { border-color: rgb(53,38,45); }
td.TdClassName
{
border-color: #35262D;
}
.TagClassName
{
border-color: #35262D;
}
</style>