Shades of Melanzane #36182D
Tints of Melanzane #36182D
RGB
CMYK
RGB Variations
Color information
#36182D (or 0x36182D) is known color: Melanzane. HEX triplet: 36, 18 and 2D. RGB value is (54,24,45). Sum of RGB (Red+Green+Blue) = 54+24+45=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #36182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36182D is #C9E7D2. Grayscale: #232323. Windows color (decimal): -13232083 or 2955318. OLE color: 2955318.
HSL color Cylindrical-coordinate representation of color #36182D: hue angle of 318º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36182D is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 24 | 45 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.79 |
| HSL | 318º | 0.38% | 0.15% | - |
| HSV(B) | 318º | 0.56% | 0.21% | - |
| XYZ | 2.32 | 1.63 | 2.67 | - |
| YUV | 35.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 45 | 0 | 0.56 | 0.17 | 0.79 | 318 | 0.38 | 0.15 |
| Hex | 36 | 18 | 2D | 0 | 38 | 11 | 4F | 13E | 26 | F |
| Octal | 66 | 30 | 55 | 0 | 70 | 21 | 117 | 476 | 46 | 17 |
| Binary | 110110 | 11000 | 101101 | 0 | 111000 | 10001 | 1001111 | 100111110 | 100110 | 1111 |
Color Harmonies of #36182D
Complementary color
Monochromatic Colors of #36182D
Black with #36182D
Text Example
Text Example
White with #36182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36182D; }
p { color: rgb(54,24,45); }
H1.HeaderClassName
{
color: #36182D;
}
.AnyTagClassName
{
color: #36182D;
}
</style>
background-color css
<style>
a { background-color: #36182D; }
a { background-color: rgb(54,24,45); }
div.DivClassName
{
background-color: #36182D;
}
.BgClassName
{
background-color: #36182D;
}
</style>
border-color css
<style>
span { border-color: #36182D; }
span { border-color: rgb(54,24,45); }
td.TdClassName
{
border-color: #36182D;
}
.TagClassName
{
border-color: #36182D;
}
</style>