#392131

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

Shades of Melanzane #392131

Tints of Melanzane #392131

Color information

#392131 (or 0x392131) is unknown color: approx Melanzane. HEX triplet: 39, 21 and 31. RGB value is (57,33,49). Sum of RGB (Red+Green+Blue) = 57+33+49=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #392131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392131 is #C6DECE. Grayscale: #292929. Windows color (decimal): -13033167 or 3219769. OLE color: 3219769.

HSL color Cylindrical-coordinate representation of color #392131: hue angle of 320º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392131 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB573349-
CMYK00.420.140.78
HSL320º26.67%17.65%-
HSV(B)320º42.11%22.35%-
XYZ2.792.183.18-
YUV42131.95138.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=41.01%
G=23.74%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57334900.420.140.7832026.6717.65
Hex39213102AE4E1401b12
Octal714161052161165003322
Binary1110011000011100010101010111010011101010000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392131; }

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

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

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

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

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

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

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

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