#391331

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

Shades of Melanzane #391331

Tints of Melanzane #391331

Color information

#391331 (or 0x391331) is unknown color: approx Melanzane. HEX triplet: 39, 13 and 31. RGB value is (57,19,49). Sum of RGB (Red+Green+Blue) = 57+19+49=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #391331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391331 is #C6ECCE. Grayscale: #212121. Windows color (decimal): -13036751 or 3216185. OLE color: 3216185.

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

Color convert

RGB571949-
CMYK00.670.140.78
HSL312.63º50%14.9%-
HSV(B)312.63º66.67%22.35%-
XYZ2.471.563.08-
YUV33.78136.59144.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=45.6%
G=15.2%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57194900.670.140.78312.635014.9
Hex391331043E4E13932f
Octal7123610103161164716217
Binary1110011001111000101000011111010011101001110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391331; }

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

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

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

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

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

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

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

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