Shades of Melanzane #392231
Tints of Melanzane #392231
RGB
CMYK
RGB Variations
Color information
#392231 (or 0x392231) is known color: Melanzane. HEX triplet: 39, 22 and 31. RGB value is (57,34,49). Sum of RGB (Red+Green+Blue) = 57+34+49=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #392231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392231 is #C6DDCE. Grayscale: #2A2A2A. Windows color (decimal): -13032911 or 3220025. OLE color: 3220025.
HSL color Cylindrical-coordinate representation of color #392231: hue angle of 320.87º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392231 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 34 | 49 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.78 |
| HSL | 320.87º | 0.25% | 0.18% | - |
| HSV(B) | 320.87º | 0.4% | 0.22% | - |
| XYZ | 2.81 | 2.24 | 3.19 | - |
| YUV | 42.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 49 | 0 | 0.40 | 0.14 | 0.78 | 320.87 | 0.25 | 0.18 |
| Hex | 39 | 22 | 31 | 0 | 28 | E | 4E | 141 | 19 | 12 |
| Octal | 71 | 42 | 61 | 0 | 50 | 16 | 116 | 501 | 31 | 22 |
| Binary | 111001 | 100010 | 110001 | 0 | 101000 | 1110 | 1001110 | 101000001 | 11001 | 10010 |
Color Harmonies of #392231
Complementary color
Monochromatic Colors of #392231
Black with #392231
Text Example
Text Example
White with #392231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392231; }
p { color: rgb(57,34,49); }
H1.HeaderClassName
{
color: #392231;
}
.AnyTagClassName
{
color: #392231;
}
</style>
background-color css
<style>
a { background-color: #392231; }
a { background-color: rgb(57,34,49); }
div.DivClassName
{
background-color: #392231;
}
.BgClassName
{
background-color: #392231;
}
</style>
border-color css
<style>
span { border-color: #392231; }
span { border-color: rgb(57,34,49); }
td.TdClassName
{
border-color: #392231;
}
.TagClassName
{
border-color: #392231;
}
</style>