Shades of Toledo #362C31
Tints of Toledo #362C31
RGB
CMYK
RGB Variations
Color information
#362C31 (or 0x362C31) is known color: Toledo. HEX triplet: 36, 2C and 31. RGB value is (54,44,49). Sum of RGB (Red+Green+Blue) = 54+44+49=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #362C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C31 is #C9D3CE. Grayscale: #2F2F2F. Windows color (decimal): -13226959 or 3222582. OLE color: 3222582.
HSL color Cylindrical-coordinate representation of color #362C31: hue angle of 330º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #362C31 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 49 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.79 |
| HSL | 330º | 0.1% | 0.19% | - |
| HSV(B) | 330º | 0.19% | 0.21% | - |
| XYZ | 2.98 | 2.81 | 3.29 | - |
| YUV | 47.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 49 | 0 | 0.19 | 0.09 | 0.79 | 330 | 0.1 | 0.19 |
| Hex | 36 | 2C | 31 | 0 | 13 | 9 | 4F | 14A | A | 13 |
| Octal | 66 | 54 | 61 | 0 | 23 | 11 | 117 | 512 | 12 | 23 |
| Binary | 110110 | 101100 | 110001 | 0 | 10011 | 1001 | 1001111 | 101001010 | 1010 | 10011 |
Color Harmonies of #362C31
Complementary color
Monochromatic Colors of #362C31
Black with #362C31
Text Example
Text Example
White with #362C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C31; }
p { color: rgb(54,44,49); }
H1.HeaderClassName
{
color: #362C31;
}
.AnyTagClassName
{
color: #362C31;
}
</style>
background-color css
<style>
a { background-color: #362C31; }
a { background-color: rgb(54,44,49); }
div.DivClassName
{
background-color: #362C31;
}
.BgClassName
{
background-color: #362C31;
}
</style>
border-color css
<style>
span { border-color: #362C31; }
span { border-color: rgb(54,44,49); }
td.TdClassName
{
border-color: #362C31;
}
.TagClassName
{
border-color: #362C31;
}
</style>