Shades of Melanzane #36132E
Tints of Melanzane #36132E
RGB
CMYK
RGB Variations
Color information
#36132E (or 0x36132E) is known color: Melanzane. HEX triplet: 36, 13 and 2E. RGB value is (54,19,46). Sum of RGB (Red+Green+Blue) = 54+19+46=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #36132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36132E is #C9ECD1. Grayscale: #202020. Windows color (decimal): -13233362 or 3019574. OLE color: 3019574.
HSL color Cylindrical-coordinate representation of color #36132E: hue angle of 313.71º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36132E is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 19 | 46 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.79 |
| HSL | 313.71º | 0.48% | 0.14% | - |
| HSV(B) | 313.71º | 0.65% | 0.21% | - |
| XYZ | 2.25 | 1.45 | 2.75 | - |
| YUV | 32.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 46 | 0 | 0.65 | 0.15 | 0.79 | 313.71 | 0.48 | 0.14 |
| Hex | 36 | 13 | 2E | 0 | 41 | F | 4F | 13A | 30 | E |
| Octal | 66 | 23 | 56 | 0 | 101 | 17 | 117 | 472 | 60 | 16 |
| Binary | 110110 | 10011 | 101110 | 0 | 1000001 | 1111 | 1001111 | 100111010 | 110000 | 1110 |
Color Harmonies of #36132E
Complementary color
Monochromatic Colors of #36132E
Black with #36132E
Text Example
Text Example
White with #36132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36132E; }
p { color: rgb(54,19,46); }
H1.HeaderClassName
{
color: #36132E;
}
.AnyTagClassName
{
color: #36132E;
}
</style>
background-color css
<style>
a { background-color: #36132E; }
a { background-color: rgb(54,19,46); }
div.DivClassName
{
background-color: #36132E;
}
.BgClassName
{
background-color: #36132E;
}
</style>
border-color css
<style>
span { border-color: #36132E; }
span { border-color: rgb(54,19,46); }
td.TdClassName
{
border-color: #36132E;
}
.TagClassName
{
border-color: #36132E;
}
</style>