Shades of Toledo #362D32
Tints of Toledo #362D32
RGB
CMYK
RGB Variations
Color information
#362D32 (or 0x362D32) is known color: Toledo. HEX triplet: 36, 2D and 32. RGB value is (54,45,50). Sum of RGB (Red+Green+Blue) = 54+45+50=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 54 - color contains mainly: red. Hex color #362D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D32 is #C9D2CD. Grayscale: #303030. Windows color (decimal): -13226702 or 3288374. OLE color: 3288374.
HSL color Cylindrical-coordinate representation of color #362D32: hue angle of 326.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #362D32 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 50 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.79 |
| HSL | 326.67º | 0.09% | 0.19% | - |
| HSV(B) | 326.67º | 0.17% | 0.21% | - |
| XYZ | 3.04 | 2.89 | 3.42 | - |
| YUV | 48.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 50 | 0 | 0.17 | 0.07 | 0.79 | 326.67 | 0.09 | 0.19 |
| Hex | 36 | 2D | 32 | 0 | 11 | 7 | 4F | 147 | 9 | 13 |
| Octal | 66 | 55 | 62 | 0 | 21 | 7 | 117 | 507 | 11 | 23 |
| Binary | 110110 | 101101 | 110010 | 0 | 10001 | 111 | 1001111 | 101000111 | 1001 | 10011 |
Color Harmonies of #362D32
Complementary color
Monochromatic Colors of #362D32
Black with #362D32
Text Example
Text Example
White with #362D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D32; }
p { color: rgb(54,45,50); }
H1.HeaderClassName
{
color: #362D32;
}
.AnyTagClassName
{
color: #362D32;
}
</style>
background-color css
<style>
a { background-color: #362D32; }
a { background-color: rgb(54,45,50); }
div.DivClassName
{
background-color: #362D32;
}
.BgClassName
{
background-color: #362D32;
}
</style>
border-color css
<style>
span { border-color: #362D32; }
span { border-color: rgb(54,45,50); }
td.TdClassName
{
border-color: #362D32;
}
.TagClassName
{
border-color: #362D32;
}
</style>