Shades of Toledo #36202C
Tints of Toledo #36202C
RGB
CMYK
RGB Variations
Color information
#36202C (or 0x36202C) is known color: Toledo. HEX triplet: 36, 20 and 2C. RGB value is (54,32,44). Sum of RGB (Red+Green+Blue) = 54+32+44=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #36202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36202C is #C9DFD3. Grayscale: #272727. Windows color (decimal): -13230036 or 2891830. OLE color: 2891830.
HSL color Cylindrical-coordinate representation of color #36202C: hue angle of 327.27º 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 #36202C is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 44 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.79 |
| HSL | 327.27º | 0.26% | 0.17% | - |
| HSV(B) | 327.27º | 0.41% | 0.21% | - |
| XYZ | 2.49 | 2 | 2.64 | - |
| YUV | 39.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 44 | 0 | 0.41 | 0.19 | 0.79 | 327.27 | 0.26 | 0.17 |
| Hex | 36 | 20 | 2C | 0 | 29 | 13 | 4F | 147 | 1A | 11 |
| Octal | 66 | 40 | 54 | 0 | 51 | 23 | 117 | 507 | 32 | 21 |
| Binary | 110110 | 100000 | 101100 | 0 | 101001 | 10011 | 1001111 | 101000111 | 11010 | 10001 |
Color Harmonies of #36202C
Complementary color
Monochromatic Colors of #36202C
Black with #36202C
Text Example
Text Example
White with #36202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36202C; }
p { color: rgb(54,32,44); }
H1.HeaderClassName
{
color: #36202C;
}
.AnyTagClassName
{
color: #36202C;
}
</style>
background-color css
<style>
a { background-color: #36202C; }
a { background-color: rgb(54,32,44); }
div.DivClassName
{
background-color: #36202C;
}
.BgClassName
{
background-color: #36202C;
}
</style>
border-color css
<style>
span { border-color: #36202C; }
span { border-color: rgb(54,32,44); }
td.TdClassName
{
border-color: #36202C;
}
.TagClassName
{
border-color: #36202C;
}
</style>