Shades of Melanzane #36162F
Tints of Melanzane #36162F
RGB
CMYK
RGB Variations
Color information
#36162F (or 0x36162F) is known color: Melanzane. HEX triplet: 36, 16 and 2F. RGB value is (54,22,47). Sum of RGB (Red+Green+Blue) = 54+22+47=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #36162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36162F is #C9E9D0. Grayscale: #222222. Windows color (decimal): -13232593 or 3085878. OLE color: 3085878.
HSL color Cylindrical-coordinate representation of color #36162F: hue angle of 313.12º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36162F is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 22 | 47 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.79 |
| HSL | 313.13º | 0.42% | 0.15% | - |
| HSV(B) | 313.13º | 0.59% | 0.21% | - |
| XYZ | 2.32 | 1.56 | 2.87 | - |
| YUV | 34.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 47 | 0 | 0.59 | 0.13 | 0.79 | 313.13 | 0.42 | 0.15 |
| Hex | 36 | 16 | 2F | 0 | 3B | D | 4F | 139 | 2A | F |
| Octal | 66 | 26 | 57 | 0 | 73 | 15 | 117 | 471 | 52 | 17 |
| Binary | 110110 | 10110 | 101111 | 0 | 111011 | 1101 | 1001111 | 100111001 | 101010 | 1111 |
Color Harmonies of #36162F
Complementary color
Monochromatic Colors of #36162F
Black with #36162F
Text Example
Text Example
White with #36162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36162F; }
p { color: rgb(54,22,47); }
H1.HeaderClassName
{
color: #36162F;
}
.AnyTagClassName
{
color: #36162F;
}
</style>
background-color css
<style>
a { background-color: #36162F; }
a { background-color: rgb(54,22,47); }
div.DivClassName
{
background-color: #36162F;
}
.BgClassName
{
background-color: #36162F;
}
</style>
border-color css
<style>
span { border-color: #36162F; }
span { border-color: rgb(54,22,47); }
td.TdClassName
{
border-color: #36162F;
}
.TagClassName
{
border-color: #36162F;
}
</style>