#391231

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

Shades of Melanzane #391231

Tints of Melanzane #391231

Color information

#391231 (or 0x391231) is unknown color: approx Melanzane. HEX triplet: 39, 12 and 31. RGB value is (57,18,49). Sum of RGB (Red+Green+Blue) = 57+18+49=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #391231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391231 is #C6EDCE. Grayscale: #212121. Windows color (decimal): -13037007 or 3215929. OLE color: 3215929.

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

Color convert

RGB571849-
CMYK00.680.140.78
HSL312.31º52%14.71%-
HSV(B)312.31º68.42%22.35%-
XYZ2.461.523.07-
YUV33.2136.92144.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 49 (19.53% from 255) = 39.52%
R=45.97%
G=14.52%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57184900.680.140.78312.315214.71
Hex391231044E4E13834f
Octal7122610104161164706417
Binary1110011001011000101000100111010011101001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391231; }

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

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

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

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

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

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

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

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