Shades of Melanzane #36172D
Tints of Melanzane #36172D
RGB
CMYK
RGB Variations
Color information
#36172D (or 0x36172D) is known color: Melanzane. HEX triplet: 36, 17 and 2D. RGB value is (54,23,45). Sum of RGB (Red+Green+Blue) = 54+23+45=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #36172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36172D is #C9E8D2. Grayscale: #222222. Windows color (decimal): -13232339 or 2955062. OLE color: 2955062.
HSL color Cylindrical-coordinate representation of color #36172D: hue angle of 317.42º 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 #36172D is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 23 | 45 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.79 |
| HSL | 317.42º | 0.4% | 0.15% | - |
| HSV(B) | 317.42º | 0.57% | 0.21% | - |
| XYZ | 2.3 | 1.59 | 2.67 | - |
| YUV | 34.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 45 | 0 | 0.57 | 0.17 | 0.79 | 317.42 | 0.4 | 0.15 |
| Hex | 36 | 17 | 2D | 0 | 39 | 11 | 4F | 13D | 28 | F |
| Octal | 66 | 27 | 55 | 0 | 71 | 21 | 117 | 475 | 50 | 17 |
| Binary | 110110 | 10111 | 101101 | 0 | 111001 | 10001 | 1001111 | 100111101 | 101000 | 1111 |
Color Harmonies of #36172D
Complementary color
Monochromatic Colors of #36172D
Black with #36172D
Text Example
Text Example
White with #36172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36172D; }
p { color: rgb(54,23,45); }
H1.HeaderClassName
{
color: #36172D;
}
.AnyTagClassName
{
color: #36172D;
}
</style>
background-color css
<style>
a { background-color: #36172D; }
a { background-color: rgb(54,23,45); }
div.DivClassName
{
background-color: #36172D;
}
.BgClassName
{
background-color: #36172D;
}
</style>
border-color css
<style>
span { border-color: #36172D; }
span { border-color: rgb(54,23,45); }
td.TdClassName
{
border-color: #36172D;
}
.TagClassName
{
border-color: #36172D;
}
</style>