Shades of Melanzane #36112E
Tints of Melanzane #36112E
RGB
CMYK
RGB Variations
Color information
#36112E (or 0x36112E) is known color: Melanzane. HEX triplet: 36, 11 and 2E. RGB value is (54,17,46). Sum of RGB (Red+Green+Blue) = 54+17+46=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #36112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36112E is #C9EED1. Grayscale: #1F1F1F. Windows color (decimal): -13233874 or 3019062. OLE color: 3019062.
HSL color Cylindrical-coordinate representation of color #36112E: hue angle of 312.97º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36112E is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 17 | 46 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.79 |
| HSL | 312.97º | 0.52% | 0.14% | - |
| HSV(B) | 312.97º | 0.69% | 0.21% | - |
| XYZ | 2.21 | 1.38 | 2.73 | - |
| YUV | 31.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 46 | 0 | 0.69 | 0.15 | 0.79 | 312.97 | 0.52 | 0.14 |
| Hex | 36 | 11 | 2E | 0 | 45 | F | 4F | 139 | 34 | E |
| Octal | 66 | 21 | 56 | 0 | 105 | 17 | 117 | 471 | 64 | 16 |
| Binary | 110110 | 10001 | 101110 | 0 | 1000101 | 1111 | 1001111 | 100111001 | 110100 | 1110 |
Color Harmonies of #36112E
Complementary color
Monochromatic Colors of #36112E
Black with #36112E
Text Example
Text Example
White with #36112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36112E; }
p { color: rgb(54,17,46); }
H1.HeaderClassName
{
color: #36112E;
}
.AnyTagClassName
{
color: #36112E;
}
</style>
background-color css
<style>
a { background-color: #36112E; }
a { background-color: rgb(54,17,46); }
div.DivClassName
{
background-color: #36112E;
}
.BgClassName
{
background-color: #36112E;
}
</style>
border-color css
<style>
span { border-color: #36112E; }
span { border-color: rgb(54,17,46); }
td.TdClassName
{
border-color: #36112E;
}
.TagClassName
{
border-color: #36112E;
}
</style>