Shades of Melanzane #36192D
Tints of Melanzane #36192D
RGB
CMYK
RGB Variations
Color information
#36192D (or 0x36192D) is known color: Melanzane. HEX triplet: 36, 19 and 2D. RGB value is (54,25,45). Sum of RGB (Red+Green+Blue) = 54+25+45=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #36192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36192D is #C9E6D2. Grayscale: #232323. Windows color (decimal): -13231827 or 2955574. OLE color: 2955574.
HSL color Cylindrical-coordinate representation of color #36192D: hue angle of 318.62º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36192D is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 25 | 45 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.79 |
| HSL | 318.62º | 0.37% | 0.15% | - |
| HSV(B) | 318.62º | 0.54% | 0.21% | - |
| XYZ | 2.34 | 1.67 | 2.68 | - |
| YUV | 35.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 45 | 0 | 0.54 | 0.17 | 0.79 | 318.62 | 0.37 | 0.15 |
| Hex | 36 | 19 | 2D | 0 | 36 | 11 | 4F | 13F | 25 | F |
| Octal | 66 | 31 | 55 | 0 | 66 | 21 | 117 | 477 | 45 | 17 |
| Binary | 110110 | 11001 | 101101 | 0 | 110110 | 10001 | 1001111 | 100111111 | 100101 | 1111 |
Color Harmonies of #36192D
Complementary color
Monochromatic Colors of #36192D
Black with #36192D
Text Example
Text Example
White with #36192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36192D; }
p { color: rgb(54,25,45); }
H1.HeaderClassName
{
color: #36192D;
}
.AnyTagClassName
{
color: #36192D;
}
</style>
background-color css
<style>
a { background-color: #36192D; }
a { background-color: rgb(54,25,45); }
div.DivClassName
{
background-color: #36192D;
}
.BgClassName
{
background-color: #36192D;
}
</style>
border-color css
<style>
span { border-color: #36192D; }
span { border-color: rgb(54,25,45); }
td.TdClassName
{
border-color: #36192D;
}
.TagClassName
{
border-color: #36192D;
}
</style>