Shades of Melanzane #36182F
Tints of Melanzane #36182F
RGB
CMYK
RGB Variations
Color information
#36182F (or 0x36182F) is known color: Melanzane. HEX triplet: 36, 18 and 2F. RGB value is (54,24,47). Sum of RGB (Red+Green+Blue) = 54+24+47=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #36182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36182F is #C9E7D0. Grayscale: #232323. Windows color (decimal): -13232081 or 3086390. OLE color: 3086390.
HSL color Cylindrical-coordinate representation of color #36182F: hue angle of 314º 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 #36182F is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 24 | 47 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.79 |
| HSL | 314º | 0.38% | 0.15% | - |
| HSV(B) | 314º | 0.56% | 0.21% | - |
| XYZ | 2.36 | 1.64 | 2.88 | - |
| YUV | 35.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 47 | 0 | 0.56 | 0.13 | 0.79 | 314 | 0.38 | 0.15 |
| Hex | 36 | 18 | 2F | 0 | 38 | D | 4F | 13A | 26 | F |
| Octal | 66 | 30 | 57 | 0 | 70 | 15 | 117 | 472 | 46 | 17 |
| Binary | 110110 | 11000 | 101111 | 0 | 111000 | 1101 | 1001111 | 100111010 | 100110 | 1111 |
Color Harmonies of #36182F
Complementary color
Monochromatic Colors of #36182F
Black with #36182F
Text Example
Text Example
White with #36182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36182F; }
p { color: rgb(54,24,47); }
H1.HeaderClassName
{
color: #36182F;
}
.AnyTagClassName
{
color: #36182F;
}
</style>
background-color css
<style>
a { background-color: #36182F; }
a { background-color: rgb(54,24,47); }
div.DivClassName
{
background-color: #36182F;
}
.BgClassName
{
background-color: #36182F;
}
</style>
border-color css
<style>
span { border-color: #36182F; }
span { border-color: rgb(54,24,47); }
td.TdClassName
{
border-color: #36182F;
}
.TagClassName
{
border-color: #36182F;
}
</style>