Shades of Melanzane #392F36
Tints of Melanzane #392F36
RGB
CMYK
RGB Variations
Color information
#392F36 (or 0x392F36) is known color: Melanzane. HEX triplet: 39, 2F and 36. RGB value is (57,47,54). Sum of RGB (Red+Green+Blue) = 57+47+54=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #392F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F36 is #C6D0C9. Grayscale: #323232. Windows color (decimal): -13029578 or 3551033. OLE color: 3551033.
HSL color Cylindrical-coordinate representation of color #392F36: hue angle of 318º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #392F36 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 54 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.78 |
| HSL | 318º | 0.1% | 0.2% | - |
| HSV(B) | 318º | 0.18% | 0.22% | - |
| XYZ | 3.37 | 3.17 | 3.92 | - |
| YUV | 50.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 54 | 0 | 0.18 | 0.05 | 0.78 | 318 | 0.1 | 0.2 |
| Hex | 39 | 2F | 36 | 0 | 12 | 5 | 4E | 13E | A | 14 |
| Octal | 71 | 57 | 66 | 0 | 22 | 5 | 116 | 476 | 12 | 24 |
| Binary | 111001 | 101111 | 110110 | 0 | 10010 | 101 | 1001110 | 100111110 | 1010 | 10100 |
Color Harmonies of #392F36
Complementary color
Monochromatic Colors of #392F36
Black with #392F36
Text Example
Text Example
White with #392F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F36; }
p { color: rgb(57,47,54); }
H1.HeaderClassName
{
color: #392F36;
}
.AnyTagClassName
{
color: #392F36;
}
</style>
background-color css
<style>
a { background-color: #392F36; }
a { background-color: rgb(57,47,54); }
div.DivClassName
{
background-color: #392F36;
}
.BgClassName
{
background-color: #392F36;
}
</style>
border-color css
<style>
span { border-color: #392F36; }
span { border-color: rgb(57,47,54); }
td.TdClassName
{
border-color: #392F36;
}
.TagClassName
{
border-color: #392F36;
}
</style>