Shades of Toledo #36292F
Tints of Toledo #36292F
RGB
CMYK
RGB Variations
Color information
#36292F (or 0x36292F) is known color: Toledo. HEX triplet: 36, 29 and 2F. RGB value is (54,41,47). Sum of RGB (Red+Green+Blue) = 54+41+47=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 54 - color contains mainly: red. Hex color #36292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36292F is #C9D6D0. Grayscale: #2D2D2D. Windows color (decimal): -13227729 or 3090742. OLE color: 3090742.
HSL color Cylindrical-coordinate representation of color #36292F: hue angle of 332.31º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #36292F is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 41 | 47 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.79 |
| HSL | 332.31º | 0.14% | 0.19% | - |
| HSV(B) | 332.31º | 0.24% | 0.21% | - |
| XYZ | 2.83 | 2.58 | 3.04 | - |
| YUV | 45.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 47 | 0 | 0.24 | 0.13 | 0.79 | 332.31 | 0.14 | 0.19 |
| Hex | 36 | 29 | 2F | 0 | 18 | D | 4F | 14C | E | 13 |
| Octal | 66 | 51 | 57 | 0 | 30 | 15 | 117 | 514 | 16 | 23 |
| Binary | 110110 | 101001 | 101111 | 0 | 11000 | 1101 | 1001111 | 101001100 | 1110 | 10011 |
Color Harmonies of #36292F
Complementary color
Monochromatic Colors of #36292F
Black with #36292F
Text Example
Text Example
White with #36292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36292F; }
p { color: rgb(54,41,47); }
H1.HeaderClassName
{
color: #36292F;
}
.AnyTagClassName
{
color: #36292F;
}
</style>
background-color css
<style>
a { background-color: #36292F; }
a { background-color: rgb(54,41,47); }
div.DivClassName
{
background-color: #36292F;
}
.BgClassName
{
background-color: #36292F;
}
</style>
border-color css
<style>
span { border-color: #36292F; }
span { border-color: rgb(54,41,47); }
td.TdClassName
{
border-color: #36292F;
}
.TagClassName
{
border-color: #36292F;
}
</style>