#392034

Color #392034 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #392034

Tints of Melanzane #392034

Color information

#392034 (or 0x392034) is unknown color: approx Melanzane. HEX triplet: 39, 20 and 34. RGB value is (57,32,52). Sum of RGB (Red+Green+Blue) = 57+32+52=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #392034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392034 is #C6DFCB. Grayscale: #292929. Windows color (decimal): -13033420 or 3416121. OLE color: 3416121.

HSL color Cylindrical-coordinate representation of color #392034: hue angle of 312º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392034 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB573252-
CMYK00.440.090.78
HSL312º28.09%17.45%-
HSV(B)312º43.86%22.35%-
XYZ2.822.153.52-
YUV41.76133.78138.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=40.43%
G=22.70%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57325200.440.090.7831228.0917.45
Hex39203402C94E1381c11
Octal714064054111164703421
Binary1110011000001101000101100100110011101001110001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392034; }

 p { color: rgb(57,32,52); }

 H1.HeaderClassName
 {
   color: #392034;
 }
 .AnyTagClassName
 {
   color: #392034;
 }
</style>
background-color css

<style>
 a { background-color: #392034; }

 a { background-color: rgb(57,32,52); }

 div.DivClassName
 {
   background-color: #392034;
 }
 .BgClassName
 {
   background-color: #392034;
 }
</style>
border-color css

<style>
 span { border-color: #392034; }

 span { border-color: rgb(57,32,52); }

 td.TdClassName
 {
   border-color: #392034;
 }
 .TagClassName
 {
   border-color: #392034;
 }
</style>