Shades of Melanzane #362A31
Tints of Melanzane #362A31
RGB
CMYK
RGB Variations
Color information
#362A31 (or 0x362A31) is known color: Melanzane. HEX triplet: 36, 2A and 31. RGB value is (54,42,49). Sum of RGB (Red+Green+Blue) = 54+42+49=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #362A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A31 is #C9D5CE. Grayscale: #2E2E2E. Windows color (decimal): -13227471 or 3222070. OLE color: 3222070.
HSL color Cylindrical-coordinate representation of color #362A31: hue angle of 325º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #362A31 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 49 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.79 |
| HSL | 325º | 0.13% | 0.19% | - |
| HSV(B) | 325º | 0.22% | 0.21% | - |
| XYZ | 2.9 | 2.66 | 3.27 | - |
| YUV | 46.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 49 | 0 | 0.22 | 0.09 | 0.79 | 325 | 0.13 | 0.19 |
| Hex | 36 | 2A | 31 | 0 | 16 | 9 | 4F | 145 | C | 13 |
| Octal | 66 | 52 | 61 | 0 | 26 | 11 | 117 | 505 | 14 | 23 |
| Binary | 110110 | 101010 | 110001 | 0 | 10110 | 1001 | 1001111 | 101000101 | 1100 | 10011 |
Color Harmonies of #362A31
Complementary color
Monochromatic Colors of #362A31
Black with #362A31
Text Example
Text Example
White with #362A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A31; }
p { color: rgb(54,42,49); }
H1.HeaderClassName
{
color: #362A31;
}
.AnyTagClassName
{
color: #362A31;
}
</style>
background-color css
<style>
a { background-color: #362A31; }
a { background-color: rgb(54,42,49); }
div.DivClassName
{
background-color: #362A31;
}
.BgClassName
{
background-color: #362A31;
}
</style>
border-color css
<style>
span { border-color: #362A31; }
span { border-color: rgb(54,42,49); }
td.TdClassName
{
border-color: #362A31;
}
.TagClassName
{
border-color: #362A31;
}
</style>