#391531

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

Shades of Melanzane #391531

Tints of Melanzane #391531

Color information

#391531 (or 0x391531) is unknown color: approx Melanzane. HEX triplet: 39, 15 and 31. RGB value is (57,21,49). Sum of RGB (Red+Green+Blue) = 57+21+49=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #391531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391531 is #C6EACE. Grayscale: #222222. Windows color (decimal): -13036239 or 3216697. OLE color: 3216697.

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

Color convert

RGB572149-
CMYK00.630.140.78
HSL313.33º46.15%15.29%-
HSV(B)313.33º63.16%22.35%-
XYZ2.511.633.09-
YUV34.96135.93143.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 49 (19.53% from 255) = 38.58%
R=44.88%
G=16.54%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57214900.630.140.78313.3346.1515.29
Hex39153103FE4E1392ef
Octal712561077161164715617
Binary111001101011100010111111111010011101001110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391531; }

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

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

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

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

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

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

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

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