Shades of Toledo #35272E
Tints of Toledo #35272E
RGB
CMYK
RGB Variations
Color information
#35272E (or 0x35272E) is known color: Toledo. HEX triplet: 35, 27 and 2E. RGB value is (53,39,46). Sum of RGB (Red+Green+Blue) = 53+39+46=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #35272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35272E is #CAD8D1. Grayscale: #2B2B2B. Windows color (decimal): -13293778 or 3024693. OLE color: 3024693.
HSL color Cylindrical-coordinate representation of color #35272E: hue angle of 330º 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 #35272E is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 39 | 46 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.79 |
| HSL | 330º | 0.15% | 0.18% | - |
| HSV(B) | 330º | 0.26% | 0.21% | - |
| XYZ | 2.69 | 2.41 | 2.91 | - |
| YUV | 43.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 46 | 0 | 0.26 | 0.13 | 0.79 | 330 | 0.15 | 0.18 |
| Hex | 35 | 27 | 2E | 0 | 1A | D | 4F | 14A | F | 12 |
| Octal | 65 | 47 | 56 | 0 | 32 | 15 | 117 | 512 | 17 | 22 |
| Binary | 110101 | 100111 | 101110 | 0 | 11010 | 1101 | 1001111 | 101001010 | 1111 | 10010 |
Color Harmonies of #35272E
Complementary color
Monochromatic Colors of #35272E
Black with #35272E
Text Example
Text Example
White with #35272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35272E; }
p { color: rgb(53,39,46); }
H1.HeaderClassName
{
color: #35272E;
}
.AnyTagClassName
{
color: #35272E;
}
</style>
background-color css
<style>
a { background-color: #35272E; }
a { background-color: rgb(53,39,46); }
div.DivClassName
{
background-color: #35272E;
}
.BgClassName
{
background-color: #35272E;
}
</style>
border-color css
<style>
span { border-color: #35272E; }
span { border-color: rgb(53,39,46); }
td.TdClassName
{
border-color: #35272E;
}
.TagClassName
{
border-color: #35272E;
}
</style>