Shades of Melanzane #392E36
Tints of Melanzane #392E36
RGB
CMYK
RGB Variations
Color information
#392E36 (or 0x392E36) is known color: Melanzane. HEX triplet: 39, 2E and 36. RGB value is (57,46,54). Sum of RGB (Red+Green+Blue) = 57+46+54=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 57 - color contains mainly: red. Hex color #392E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E36 is #C6D1C9. Grayscale: #323232. Windows color (decimal): -13029834 or 3550777. OLE color: 3550777.
HSL color Cylindrical-coordinate representation of color #392E36: hue angle of 316.36º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #392E36 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 46 | 54 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.78 |
| HSL | 316.36º | 0.11% | 0.2% | - |
| HSV(B) | 316.36º | 0.19% | 0.22% | - |
| XYZ | 3.33 | 3.09 | 3.91 | - |
| YUV | 50.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 54 | 0 | 0.19 | 0.05 | 0.78 | 316.36 | 0.11 | 0.2 |
| Hex | 39 | 2E | 36 | 0 | 13 | 5 | 4E | 13C | B | 14 |
| Octal | 71 | 56 | 66 | 0 | 23 | 5 | 116 | 474 | 13 | 24 |
| Binary | 111001 | 101110 | 110110 | 0 | 10011 | 101 | 1001110 | 100111100 | 1011 | 10100 |
Color Harmonies of #392E36
Complementary color
Monochromatic Colors of #392E36
Black with #392E36
Text Example
Text Example
White with #392E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E36; }
p { color: rgb(57,46,54); }
H1.HeaderClassName
{
color: #392E36;
}
.AnyTagClassName
{
color: #392E36;
}
</style>
background-color css
<style>
a { background-color: #392E36; }
a { background-color: rgb(57,46,54); }
div.DivClassName
{
background-color: #392E36;
}
.BgClassName
{
background-color: #392E36;
}
</style>
border-color css
<style>
span { border-color: #392E36; }
span { border-color: rgb(57,46,54); }
td.TdClassName
{
border-color: #392E36;
}
.TagClassName
{
border-color: #392E36;
}
</style>