#391431

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

Shades of Melanzane #391431

Tints of Melanzane #391431

Color information

#391431 (or 0x391431) is unknown color: approx Melanzane. HEX triplet: 39, 14 and 31. RGB value is (57,20,49). Sum of RGB (Red+Green+Blue) = 57+20+49=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #391431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391431 is #C6EBCE. Grayscale: #222222. Windows color (decimal): -13036495 or 3216441. OLE color: 3216441.

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

Color convert

RGB572049-
CMYK00.650.140.78
HSL312.97º48.05%15.1%-
HSV(B)312.97º64.91%22.35%-
XYZ2.491.593.08-
YUV34.37136.26144.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 49 (19.53% from 255) = 38.89%
R=45.24%
G=15.87%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57204900.650.140.78312.9748.0515.1
Hex391431041E4E13930f
Octal7124610101161164716017
Binary1110011010011000101000001111010011101001110011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391431; }

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

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

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

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

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

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

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

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