Shades of Melanzane #36172F
Tints of Melanzane #36172F
RGB
CMYK
RGB Variations
Color information
#36172F (or 0x36172F) is known color: Melanzane. HEX triplet: 36, 17 and 2F. RGB value is (54,23,47). Sum of RGB (Red+Green+Blue) = 54+23+47=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #36172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36172F is #C9E8D0. Grayscale: #222222. Windows color (decimal): -13232337 or 3086134. OLE color: 3086134.
HSL color Cylindrical-coordinate representation of color #36172F: hue angle of 313.55º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36172F is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 23 | 47 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.79 |
| HSL | 313.55º | 0.4% | 0.15% | - |
| HSV(B) | 313.55º | 0.57% | 0.21% | - |
| XYZ | 2.34 | 1.6 | 2.88 | - |
| YUV | 35.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 47 | 0 | 0.57 | 0.13 | 0.79 | 313.55 | 0.4 | 0.15 |
| Hex | 36 | 17 | 2F | 0 | 39 | D | 4F | 13A | 28 | F |
| Octal | 66 | 27 | 57 | 0 | 71 | 15 | 117 | 472 | 50 | 17 |
| Binary | 110110 | 10111 | 101111 | 0 | 111001 | 1101 | 1001111 | 100111010 | 101000 | 1111 |
Color Harmonies of #36172F
Complementary color
Monochromatic Colors of #36172F
Black with #36172F
Text Example
Text Example
White with #36172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36172F; }
p { color: rgb(54,23,47); }
H1.HeaderClassName
{
color: #36172F;
}
.AnyTagClassName
{
color: #36172F;
}
</style>
background-color css
<style>
a { background-color: #36172F; }
a { background-color: rgb(54,23,47); }
div.DivClassName
{
background-color: #36172F;
}
.BgClassName
{
background-color: #36172F;
}
</style>
border-color css
<style>
span { border-color: #36172F; }
span { border-color: rgb(54,23,47); }
td.TdClassName
{
border-color: #36172F;
}
.TagClassName
{
border-color: #36172F;
}
</style>