#392031

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

Shades of Melanzane #392031

Tints of Melanzane #392031

Color information

#392031 (or 0x392031) is unknown color: approx Melanzane. HEX triplet: 39, 20 and 31. RGB value is (57,32,49). Sum of RGB (Red+Green+Blue) = 57+32+49=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 57 - color contains mainly: red. Hex color #392031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392031 is #C6DFCE. Grayscale: #292929. Windows color (decimal): -13033423 or 3219513. OLE color: 3219513.

HSL color Cylindrical-coordinate representation of color #392031: hue angle of 319.2º 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 #392031 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB573249-
CMYK00.440.140.78
HSL319.2º28.09%17.45%-
HSV(B)319.2º43.86%22.35%-
XYZ2.762.123.17-
YUV41.41132.28139.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=41.30%
G=23.19%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57324900.440.140.78319.228.0917.45
Hex39203102CE4E13f1c11
Octal714061054161164773421
Binary1110011000001100010101100111010011101001111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392031; }

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

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

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

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

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

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

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

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