Shades of Melanzane #392233
Tints of Melanzane #392233
RGB
CMYK
RGB Variations
Color information
#392233 (or 0x392233) is known color: Melanzane. HEX triplet: 39, 22 and 33. RGB value is (57,34,51). Sum of RGB (Red+Green+Blue) = 57+34+51=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #392233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392233 is #C6DDCC. Grayscale: #2A2A2A. Windows color (decimal): -13032909 or 3351097. OLE color: 3351097.
HSL color Cylindrical-coordinate representation of color #392233: hue angle of 315.65º 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 #392233 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 34 | 51 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.78 |
| HSL | 315.65º | 0.25% | 0.18% | - |
| HSV(B) | 315.65º | 0.4% | 0.22% | - |
| XYZ | 2.86 | 2.25 | 3.42 | - |
| YUV | 42.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 51 | 0 | 0.40 | 0.11 | 0.78 | 315.65 | 0.25 | 0.18 |
| Hex | 39 | 22 | 33 | 0 | 28 | B | 4E | 13C | 19 | 12 |
| Octal | 71 | 42 | 63 | 0 | 50 | 13 | 116 | 474 | 31 | 22 |
| Binary | 111001 | 100010 | 110011 | 0 | 101000 | 1011 | 1001110 | 100111100 | 11001 | 10010 |
Color Harmonies of #392233
Complementary color
Monochromatic Colors of #392233
Black with #392233
Text Example
Text Example
White with #392233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392233; }
p { color: rgb(57,34,51); }
H1.HeaderClassName
{
color: #392233;
}
.AnyTagClassName
{
color: #392233;
}
</style>
background-color css
<style>
a { background-color: #392233; }
a { background-color: rgb(57,34,51); }
div.DivClassName
{
background-color: #392233;
}
.BgClassName
{
background-color: #392233;
}
</style>
border-color css
<style>
span { border-color: #392233; }
span { border-color: rgb(57,34,51); }
td.TdClassName
{
border-color: #392233;
}
.TagClassName
{
border-color: #392233;
}
</style>