Shades of Toledo #36202A
Tints of Toledo #36202A
RGB
CMYK
RGB Variations
Color information
#36202A (or 0x36202A) is known color: Toledo. HEX triplet: 36, 20 and 2A. RGB value is (54,32,42). Sum of RGB (Red+Green+Blue) = 54+32+42=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #36202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36202A is #C9DFD5. Grayscale: #272727. Windows color (decimal): -13230038 or 2760758. OLE color: 2760758.
HSL color Cylindrical-coordinate representation of color #36202A: hue angle of 332.73º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36202A is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 42 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.79 |
| HSL | 332.73º | 0.26% | 0.17% | - |
| HSV(B) | 332.73º | 0.41% | 0.21% | - |
| XYZ | 2.46 | 1.98 | 2.44 | - |
| YUV | 39.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 42 | 0 | 0.41 | 0.22 | 0.79 | 332.73 | 0.26 | 0.17 |
| Hex | 36 | 20 | 2A | 0 | 29 | 16 | 4F | 14D | 1A | 11 |
| Octal | 66 | 40 | 52 | 0 | 51 | 26 | 117 | 515 | 32 | 21 |
| Binary | 110110 | 100000 | 101010 | 0 | 101001 | 10110 | 1001111 | 101001101 | 11010 | 10001 |
Color Harmonies of #36202A
Complementary color
Monochromatic Colors of #36202A
Black with #36202A
Text Example
Text Example
White with #36202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36202A; }
p { color: rgb(54,32,42); }
H1.HeaderClassName
{
color: #36202A;
}
.AnyTagClassName
{
color: #36202A;
}
</style>
background-color css
<style>
a { background-color: #36202A; }
a { background-color: rgb(54,32,42); }
div.DivClassName
{
background-color: #36202A;
}
.BgClassName
{
background-color: #36202A;
}
</style>
border-color css
<style>
span { border-color: #36202A; }
span { border-color: rgb(54,32,42); }
td.TdClassName
{
border-color: #36202A;
}
.TagClassName
{
border-color: #36202A;
}
</style>