Shades of Toledo #36202B
Tints of Toledo #36202B
RGB
CMYK
RGB Variations
Color information
#36202B (or 0x36202B) is known color: Toledo. HEX triplet: 36, 20 and 2B. RGB value is (54,32,43). Sum of RGB (Red+Green+Blue) = 54+32+43=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #36202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36202B is #C9DFD4. Grayscale: #272727. Windows color (decimal): -13230037 or 2826294. OLE color: 2826294.
HSL color Cylindrical-coordinate representation of color #36202B: hue angle of 330º 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 #36202B is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 43 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.79 |
| HSL | 330º | 0.26% | 0.17% | - |
| HSV(B) | 330º | 0.41% | 0.21% | - |
| XYZ | 2.47 | 1.99 | 2.54 | - |
| YUV | 39.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 43 | 0 | 0.41 | 0.20 | 0.79 | 330 | 0.26 | 0.17 |
| Hex | 36 | 20 | 2B | 0 | 29 | 14 | 4F | 14A | 1A | 11 |
| Octal | 66 | 40 | 53 | 0 | 51 | 24 | 117 | 512 | 32 | 21 |
| Binary | 110110 | 100000 | 101011 | 0 | 101001 | 10100 | 1001111 | 101001010 | 11010 | 10001 |
Color Harmonies of #36202B
Complementary color
Monochromatic Colors of #36202B
Black with #36202B
Text Example
Text Example
White with #36202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36202B; }
p { color: rgb(54,32,43); }
H1.HeaderClassName
{
color: #36202B;
}
.AnyTagClassName
{
color: #36202B;
}
</style>
background-color css
<style>
a { background-color: #36202B; }
a { background-color: rgb(54,32,43); }
div.DivClassName
{
background-color: #36202B;
}
.BgClassName
{
background-color: #36202B;
}
</style>
border-color css
<style>
span { border-color: #36202B; }
span { border-color: rgb(54,32,43); }
td.TdClassName
{
border-color: #36202B;
}
.TagClassName
{
border-color: #36202B;
}
</style>