Shades of Melanzane #362232
Tints of Melanzane #362232
RGB
CMYK
RGB Variations
Color information
#362232 (or 0x362232) is known color: Melanzane. HEX triplet: 36, 22 and 32. RGB value is (54,34,50). Sum of RGB (Red+Green+Blue) = 54+34+50=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #362232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362232 is #C9DDCD. Grayscale: #292929. Windows color (decimal): -13229518 or 3285558. OLE color: 3285558.
HSL color Cylindrical-coordinate representation of color #362232: hue angle of 312º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #362232 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 34 | 50 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.79 |
| HSL | 312º | 0.23% | 0.17% | - |
| HSV(B) | 312º | 0.37% | 0.21% | - |
| XYZ | 2.67 | 2.16 | 3.29 | - |
| YUV | 41.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 50 | 0 | 0.37 | 0.07 | 0.79 | 312 | 0.23 | 0.17 |
| Hex | 36 | 22 | 32 | 0 | 25 | 7 | 4F | 138 | 17 | 11 |
| Octal | 66 | 42 | 62 | 0 | 45 | 7 | 117 | 470 | 27 | 21 |
| Binary | 110110 | 100010 | 110010 | 0 | 100101 | 111 | 1001111 | 100111000 | 10111 | 10001 |
Color Harmonies of #362232
Complementary color
Monochromatic Colors of #362232
Black with #362232
Text Example
Text Example
White with #362232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362232; }
p { color: rgb(54,34,50); }
H1.HeaderClassName
{
color: #362232;
}
.AnyTagClassName
{
color: #362232;
}
</style>
background-color css
<style>
a { background-color: #362232; }
a { background-color: rgb(54,34,50); }
div.DivClassName
{
background-color: #362232;
}
.BgClassName
{
background-color: #362232;
}
</style>
border-color css
<style>
span { border-color: #362232; }
span { border-color: rgb(54,34,50); }
td.TdClassName
{
border-color: #362232;
}
.TagClassName
{
border-color: #362232;
}
</style>