#391E31

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

Shades of Melanzane #391E31

Tints of Melanzane #391E31

Color information

#391E31 (or 0x391E31) is unknown color: approx Melanzane. HEX triplet: 39, 1E and 31. RGB value is (57,30,49). Sum of RGB (Red+Green+Blue) = 57+30+49=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #391E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E31 is #C6E1CE. Grayscale: #282828. Windows color (decimal): -13033935 or 3219001. OLE color: 3219001.

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

Color convert

RGB573049-
CMYK00.470.140.78
HSL317.78º31.03%17.06%-
HSV(B)317.78º47.37%22.35%-
XYZ2.712.023.15-
YUV40.24132.95139.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=41.91%
G=22.06%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57304900.470.140.78317.7831.0317.06
Hex391E3102FE4E13e1f11
Octal713661057161164763721
Binary111001111101100010101111111010011101001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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