#391A31

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

Shades of Melanzane #391A31

Tints of Melanzane #391A31

Color information

#391A31 (or 0x391A31) is unknown color: approx Melanzane. HEX triplet: 39, 1A and 31. RGB value is (57,26,49). Sum of RGB (Red+Green+Blue) = 57+26+49=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #391A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A31 is #C6E5CE. Grayscale: #252525. Windows color (decimal): -13034959 or 3217977. OLE color: 3217977.

HSL color Cylindrical-coordinate representation of color #391A31: hue angle of 315.48º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #391A31 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB572649-
CMYK00.540.140.78
HSL315.48º37.35%16.27%-
HSV(B)315.48º54.39%22.35%-
XYZ2.611.833.12-
YUV37.89134.27141.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 26 (10.55% from 255) = 19.70%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=43.18%
G=19.70%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57264900.540.140.78315.4837.3516.27
Hex391A31036E4E13b2510
Octal713261066161164734520
Binary1110011101011000101101101110100111010011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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