Shades of Toledo #36232C
Tints of Toledo #36232C
RGB
CMYK
RGB Variations
Color information
#36232C (or 0x36232C) is known color: Toledo. HEX triplet: 36, 23 and 2C. RGB value is (54,35,44). Sum of RGB (Red+Green+Blue) = 54+35+44=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #36232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36232C is #C9DCD3. Grayscale: #292929. Windows color (decimal): -13229268 or 2892598. OLE color: 2892598.
HSL color Cylindrical-coordinate representation of color #36232C: hue angle of 331.58º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #36232C is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 44 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.79 |
| HSL | 331.58º | 0.21% | 0.17% | - |
| HSV(B) | 331.58º | 0.35% | 0.21% | - |
| XYZ | 2.58 | 2.17 | 2.67 | - |
| YUV | 41.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 44 | 0 | 0.35 | 0.19 | 0.79 | 331.58 | 0.21 | 0.17 |
| Hex | 36 | 23 | 2C | 0 | 23 | 13 | 4F | 14C | 15 | 11 |
| Octal | 66 | 43 | 54 | 0 | 43 | 23 | 117 | 514 | 25 | 21 |
| Binary | 110110 | 100011 | 101100 | 0 | 100011 | 10011 | 1001111 | 101001100 | 10101 | 10001 |
Color Harmonies of #36232C
Complementary color
Monochromatic Colors of #36232C
Black with #36232C
Text Example
Text Example
White with #36232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36232C; }
p { color: rgb(54,35,44); }
H1.HeaderClassName
{
color: #36232C;
}
.AnyTagClassName
{
color: #36232C;
}
</style>
background-color css
<style>
a { background-color: #36232C; }
a { background-color: rgb(54,35,44); }
div.DivClassName
{
background-color: #36232C;
}
.BgClassName
{
background-color: #36232C;
}
</style>
border-color css
<style>
span { border-color: #36232C; }
span { border-color: rgb(54,35,44); }
td.TdClassName
{
border-color: #36232C;
}
.TagClassName
{
border-color: #36232C;
}
</style>