Shades of Melanzane #362131
Tints of Melanzane #362131
RGB
CMYK
RGB Variations
Color information
#362131 (or 0x362131) is known color: Melanzane. HEX triplet: 36, 21 and 31. RGB value is (54,33,49). Sum of RGB (Red+Green+Blue) = 54+33+49=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #362131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362131 is #C9DECE. Grayscale: #292929. Windows color (decimal): -13229775 or 3219766. OLE color: 3219766.
HSL color Cylindrical-coordinate representation of color #362131: hue angle of 314.29º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362131 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 33 | 49 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.79 |
| HSL | 314.29º | 0.24% | 0.17% | - |
| HSV(B) | 314.29º | 0.39% | 0.21% | - |
| XYZ | 2.62 | 2.09 | 3.17 | - |
| YUV | 41.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 49 | 0 | 0.39 | 0.09 | 0.79 | 314.29 | 0.24 | 0.17 |
| Hex | 36 | 21 | 31 | 0 | 27 | 9 | 4F | 13A | 18 | 11 |
| Octal | 66 | 41 | 61 | 0 | 47 | 11 | 117 | 472 | 30 | 21 |
| Binary | 110110 | 100001 | 110001 | 0 | 100111 | 1001 | 1001111 | 100111010 | 11000 | 10001 |
Color Harmonies of #362131
Complementary color
Monochromatic Colors of #362131
Black with #362131
Text Example
Text Example
White with #362131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362131; }
p { color: rgb(54,33,49); }
H1.HeaderClassName
{
color: #362131;
}
.AnyTagClassName
{
color: #362131;
}
</style>
background-color css
<style>
a { background-color: #362131; }
a { background-color: rgb(54,33,49); }
div.DivClassName
{
background-color: #362131;
}
.BgClassName
{
background-color: #362131;
}
</style>
border-color css
<style>
span { border-color: #362131; }
span { border-color: rgb(54,33,49); }
td.TdClassName
{
border-color: #362131;
}
.TagClassName
{
border-color: #362131;
}
</style>