Shades of Melanzane #36152F
Tints of Melanzane #36152F
RGB
CMYK
RGB Variations
Color information
#36152F (or 0x36152F) is known color: Melanzane. HEX triplet: 36, 15 and 2F. RGB value is (54,21,47). Sum of RGB (Red+Green+Blue) = 54+21+47=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #36152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36152F is #C9EAD0. Grayscale: #212121. Windows color (decimal): -13232849 or 3085622. OLE color: 3085622.
HSL color Cylindrical-coordinate representation of color #36152F: hue angle of 312.73º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36152F is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 21 | 47 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.79 |
| HSL | 312.73º | 0.44% | 0.15% | - |
| HSV(B) | 312.73º | 0.61% | 0.21% | - |
| XYZ | 2.3 | 1.53 | 2.86 | - |
| YUV | 33.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 47 | 0 | 0.61 | 0.13 | 0.79 | 312.73 | 0.44 | 0.15 |
| Hex | 36 | 15 | 2F | 0 | 3D | D | 4F | 139 | 2C | F |
| Octal | 66 | 25 | 57 | 0 | 75 | 15 | 117 | 471 | 54 | 17 |
| Binary | 110110 | 10101 | 101111 | 0 | 111101 | 1101 | 1001111 | 100111001 | 101100 | 1111 |
Color Harmonies of #36152F
Complementary color
Monochromatic Colors of #36152F
Black with #36152F
Text Example
Text Example
White with #36152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36152F; }
p { color: rgb(54,21,47); }
H1.HeaderClassName
{
color: #36152F;
}
.AnyTagClassName
{
color: #36152F;
}
</style>
background-color css
<style>
a { background-color: #36152F; }
a { background-color: rgb(54,21,47); }
div.DivClassName
{
background-color: #36152F;
}
.BgClassName
{
background-color: #36152F;
}
</style>
border-color css
<style>
span { border-color: #36152F; }
span { border-color: rgb(54,21,47); }
td.TdClassName
{
border-color: #36152F;
}
.TagClassName
{
border-color: #36152F;
}
</style>