Shades of Melanzane #392933
Tints of Melanzane #392933
RGB
CMYK
RGB Variations
Color information
#392933 (or 0x392933) is known color: Melanzane. HEX triplet: 39, 29 and 33. RGB value is (57,41,51). Sum of RGB (Red+Green+Blue) = 57+41+51=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 57 - color contains mainly: red. Hex color #392933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392933 is #C6D6CC. Grayscale: #2E2E2E. Windows color (decimal): -13031117 or 3352889. OLE color: 3352889.
HSL color Cylindrical-coordinate representation of color #392933: hue angle of 322.5º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #392933 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 51 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.78 |
| HSL | 322.5º | 0.16% | 0.19% | - |
| HSV(B) | 322.5º | 0.28% | 0.22% | - |
| XYZ | 3.08 | 2.69 | 3.49 | - |
| YUV | 46.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 51 | 0 | 0.28 | 0.11 | 0.78 | 322.5 | 0.16 | 0.19 |
| Hex | 39 | 29 | 33 | 0 | 1C | B | 4E | 142 | 10 | 13 |
| Octal | 71 | 51 | 63 | 0 | 34 | 13 | 116 | 502 | 20 | 23 |
| Binary | 111001 | 101001 | 110011 | 0 | 11100 | 1011 | 1001110 | 101000010 | 10000 | 10011 |
Color Harmonies of #392933
Complementary color
Monochromatic Colors of #392933
Black with #392933
Text Example
Text Example
White with #392933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392933; }
p { color: rgb(57,41,51); }
H1.HeaderClassName
{
color: #392933;
}
.AnyTagClassName
{
color: #392933;
}
</style>
background-color css
<style>
a { background-color: #392933; }
a { background-color: rgb(57,41,51); }
div.DivClassName
{
background-color: #392933;
}
.BgClassName
{
background-color: #392933;
}
</style>
border-color css
<style>
span { border-color: #392933; }
span { border-color: rgb(57,41,51); }
td.TdClassName
{
border-color: #392933;
}
.TagClassName
{
border-color: #392933;
}
</style>