Shades of Toledo #362D31
Tints of Toledo #362D31
RGB
CMYK
RGB Variations
Color information
#362D31 (or 0x362D31) is known color: Toledo. HEX triplet: 36, 2D and 31. RGB value is (54,45,49). Sum of RGB (Red+Green+Blue) = 54+45+49=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 54 - color contains mainly: red. Hex color #362D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D31 is #C9D2CE. Grayscale: #303030. Windows color (decimal): -13226703 or 3222838. OLE color: 3222838.
HSL color Cylindrical-coordinate representation of color #362D31: hue angle of 333.33º 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 #362D31 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 49 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.79 |
| HSL | 333.33º | 0.09% | 0.19% | - |
| HSV(B) | 333.33º | 0.17% | 0.21% | - |
| XYZ | 3.01 | 2.88 | 3.3 | - |
| YUV | 48.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 49 | 0 | 0.17 | 0.09 | 0.79 | 333.33 | 0.09 | 0.19 |
| Hex | 36 | 2D | 31 | 0 | 11 | 9 | 4F | 14D | 9 | 13 |
| Octal | 66 | 55 | 61 | 0 | 21 | 11 | 117 | 515 | 11 | 23 |
| Binary | 110110 | 101101 | 110001 | 0 | 10001 | 1001 | 1001111 | 101001101 | 1001 | 10011 |
Color Harmonies of #362D31
Complementary color
Monochromatic Colors of #362D31
Black with #362D31
Text Example
Text Example
White with #362D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D31; }
p { color: rgb(54,45,49); }
H1.HeaderClassName
{
color: #362D31;
}
.AnyTagClassName
{
color: #362D31;
}
</style>
background-color css
<style>
a { background-color: #362D31; }
a { background-color: rgb(54,45,49); }
div.DivClassName
{
background-color: #362D31;
}
.BgClassName
{
background-color: #362D31;
}
</style>
border-color css
<style>
span { border-color: #362D31; }
span { border-color: rgb(54,45,49); }
td.TdClassName
{
border-color: #362D31;
}
.TagClassName
{
border-color: #362D31;
}
</style>