Shades of Melanzane #392A33
Tints of Melanzane #392A33
RGB
CMYK
RGB Variations
Color information
#392A33 (or 0x392A33) is known color: Melanzane. HEX triplet: 39, 2A and 33. RGB value is (57,42,51). Sum of RGB (Red+Green+Blue) = 57+42+51=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 57 - color contains mainly: red. Hex color #392A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A33 is #C6D5CC. Grayscale: #2F2F2F. Windows color (decimal): -13030861 or 3353145. OLE color: 3353145.
HSL color Cylindrical-coordinate representation of color #392A33: hue angle of 324º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #392A33 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 42 | 51 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.78 |
| HSL | 324º | 0.15% | 0.19% | - |
| HSV(B) | 324º | 0.26% | 0.22% | - |
| XYZ | 3.11 | 2.76 | 3.5 | - |
| YUV | 47.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 51 | 0 | 0.26 | 0.11 | 0.78 | 324 | 0.15 | 0.19 |
| Hex | 39 | 2A | 33 | 0 | 1A | B | 4E | 144 | F | 13 |
| Octal | 71 | 52 | 63 | 0 | 32 | 13 | 116 | 504 | 17 | 23 |
| Binary | 111001 | 101010 | 110011 | 0 | 11010 | 1011 | 1001110 | 101000100 | 1111 | 10011 |
Color Harmonies of #392A33
Complementary color
Monochromatic Colors of #392A33
Black with #392A33
Text Example
Text Example
White with #392A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A33; }
p { color: rgb(57,42,51); }
H1.HeaderClassName
{
color: #392A33;
}
.AnyTagClassName
{
color: #392A33;
}
</style>
background-color css
<style>
a { background-color: #392A33; }
a { background-color: rgb(57,42,51); }
div.DivClassName
{
background-color: #392A33;
}
.BgClassName
{
background-color: #392A33;
}
</style>
border-color css
<style>
span { border-color: #392A33; }
span { border-color: rgb(57,42,51); }
td.TdClassName
{
border-color: #392A33;
}
.TagClassName
{
border-color: #392A33;
}
</style>