Shades of Toledo #36212A
Tints of Toledo #36212A
RGB
CMYK
RGB Variations
Color information
#36212A (or 0x36212A) is known color: Toledo. HEX triplet: 36, 21 and 2A. RGB value is (54,33,42). Sum of RGB (Red+Green+Blue) = 54+33+42=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #36212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36212A is #C9DED5. Grayscale: #282828. Windows color (decimal): -13229782 or 2761014. OLE color: 2761014.
HSL color Cylindrical-coordinate representation of color #36212A: hue angle of 334.29º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36212A is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 33 | 42 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.79 |
| HSL | 334.29º | 0.24% | 0.17% | - |
| HSV(B) | 334.29º | 0.39% | 0.21% | - |
| XYZ | 2.48 | 2.04 | 2.45 | - |
| YUV | 40.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 42 | 0 | 0.39 | 0.22 | 0.79 | 334.29 | 0.24 | 0.17 |
| Hex | 36 | 21 | 2A | 0 | 27 | 16 | 4F | 14E | 18 | 11 |
| Octal | 66 | 41 | 52 | 0 | 47 | 26 | 117 | 516 | 30 | 21 |
| Binary | 110110 | 100001 | 101010 | 0 | 100111 | 10110 | 1001111 | 101001110 | 11000 | 10001 |
Color Harmonies of #36212A
Complementary color
Monochromatic Colors of #36212A
Black with #36212A
Text Example
Text Example
White with #36212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36212A; }
p { color: rgb(54,33,42); }
H1.HeaderClassName
{
color: #36212A;
}
.AnyTagClassName
{
color: #36212A;
}
</style>
background-color css
<style>
a { background-color: #36212A; }
a { background-color: rgb(54,33,42); }
div.DivClassName
{
background-color: #36212A;
}
.BgClassName
{
background-color: #36212A;
}
</style>
border-color css
<style>
span { border-color: #36212A; }
span { border-color: rgb(54,33,42); }
td.TdClassName
{
border-color: #36212A;
}
.TagClassName
{
border-color: #36212A;
}
</style>