Shades of Melanzane #362331
Tints of Melanzane #362331
RGB
CMYK
RGB Variations
Color information
#362331 (or 0x362331) is known color: Melanzane. HEX triplet: 36, 23 and 31. RGB value is (54,35,49). Sum of RGB (Red+Green+Blue) = 54+35+49=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #362331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362331 is #C9DCCE. Grayscale: #2A2A2A. Windows color (decimal): -13229263 or 3220278. OLE color: 3220278.
HSL color Cylindrical-coordinate representation of color #362331: hue angle of 315.79º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #362331 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 49 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.79 |
| HSL | 315.79º | 0.21% | 0.17% | - |
| HSV(B) | 315.79º | 0.35% | 0.21% | - |
| XYZ | 2.68 | 2.21 | 3.19 | - |
| YUV | 42.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 49 | 0 | 0.35 | 0.09 | 0.79 | 315.79 | 0.21 | 0.17 |
| Hex | 36 | 23 | 31 | 0 | 23 | 9 | 4F | 13C | 15 | 11 |
| Octal | 66 | 43 | 61 | 0 | 43 | 11 | 117 | 474 | 25 | 21 |
| Binary | 110110 | 100011 | 110001 | 0 | 100011 | 1001 | 1001111 | 100111100 | 10101 | 10001 |
Color Harmonies of #362331
Complementary color
Monochromatic Colors of #362331
Black with #362331
Text Example
Text Example
White with #362331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362331; }
p { color: rgb(54,35,49); }
H1.HeaderClassName
{
color: #362331;
}
.AnyTagClassName
{
color: #362331;
}
</style>
background-color css
<style>
a { background-color: #362331; }
a { background-color: rgb(54,35,49); }
div.DivClassName
{
background-color: #362331;
}
.BgClassName
{
background-color: #362331;
}
</style>
border-color css
<style>
span { border-color: #362331; }
span { border-color: rgb(54,35,49); }
td.TdClassName
{
border-color: #362331;
}
.TagClassName
{
border-color: #362331;
}
</style>