Shades of Toledo #35272C
Tints of Toledo #35272C
RGB
CMYK
RGB Variations
Color information
#35272C (or 0x35272C) is known color: Toledo. HEX triplet: 35, 27 and 2C. RGB value is (53,39,44). Sum of RGB (Red+Green+Blue) = 53+39+44=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #35272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35272C is #CAD8D3. Grayscale: #2B2B2B. Windows color (decimal): -13293780 or 2893621. OLE color: 2893621.
HSL color Cylindrical-coordinate representation of color #35272C: hue angle of 338.57º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #35272C is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 39 | 44 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.79 |
| HSL | 338.57º | 0.15% | 0.18% | - |
| HSV(B) | 338.57º | 0.26% | 0.21% | - |
| XYZ | 2.65 | 2.39 | 2.7 | - |
| YUV | 43.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 44 | 0 | 0.26 | 0.17 | 0.79 | 338.57 | 0.15 | 0.18 |
| Hex | 35 | 27 | 2C | 0 | 1A | 11 | 4F | 153 | F | 12 |
| Octal | 65 | 47 | 54 | 0 | 32 | 21 | 117 | 523 | 17 | 22 |
| Binary | 110101 | 100111 | 101100 | 0 | 11010 | 10001 | 1001111 | 101010011 | 1111 | 10010 |
Color Harmonies of #35272C
Complementary color
Monochromatic Colors of #35272C
Black with #35272C
Text Example
Text Example
White with #35272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35272C; }
p { color: rgb(53,39,44); }
H1.HeaderClassName
{
color: #35272C;
}
.AnyTagClassName
{
color: #35272C;
}
</style>
background-color css
<style>
a { background-color: #35272C; }
a { background-color: rgb(53,39,44); }
div.DivClassName
{
background-color: #35272C;
}
.BgClassName
{
background-color: #35272C;
}
</style>
border-color css
<style>
span { border-color: #35272C; }
span { border-color: rgb(53,39,44); }
td.TdClassName
{
border-color: #35272C;
}
.TagClassName
{
border-color: #35272C;
}
</style>