#391E32

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

Shades of Melanzane #391E32

Tints of Melanzane #391E32

Color information

#391E32 (or 0x391E32) is unknown color: approx Melanzane. HEX triplet: 39, 1E and 32. RGB value is (57,30,50). Sum of RGB (Red+Green+Blue) = 57+30+50=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #391E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E32 is #C6E1CD. Grayscale: #282828. Windows color (decimal): -13033934 or 3284537. OLE color: 3284537.

HSL color Cylindrical-coordinate representation of color #391E32: hue angle of 315.56º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #391E32 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB573050-
CMYK00.470.120.78
HSL315.56º31.03%17.06%-
HSV(B)315.56º47.37%22.35%-
XYZ2.732.033.27-
YUV40.35133.45139.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 30 (12.11% from 255) = 21.90%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=41.61%
G=21.90%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57305000.470.120.78315.5631.0317.06
Hex391E3202FC4E13c1f11
Octal713662057141164743721
Binary111001111101100100101111110010011101001111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391E32; }

 p { color: rgb(57,30,50); }

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

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

 a { background-color: rgb(57,30,50); }

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

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

 span { border-color: rgb(57,30,50); }

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