#391930

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

Shades of Melanzane #391930

Tints of Melanzane #391930

Color information

#391930 (or 0x391930) is unknown color: approx Melanzane. HEX triplet: 39, 19 and 30. RGB value is (57,25,48). Sum of RGB (Red+Green+Blue) = 57+25+48=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #391930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391930 is #C6E6CF. Grayscale: #252525. Windows color (decimal): -13035216 or 3152185. OLE color: 3152185.

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

Color convert

RGB572548-
CMYK00.560.160.78
HSL316.88º39.02%16.08%-
HSV(B)316.88º56.14%22.35%-
XYZ2.571.783-
YUV37.19134.1142.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=43.85%
G=19.23%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57254800.560.160.78316.8839.0216.08
Hex391930038104E13d2710
Octal713160070201164754720
Binary11100111001110000011100010000100111010011110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391930; }

 p { color: rgb(57,25,48); }

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

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

 a { background-color: rgb(57,25,48); }

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

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

 span { border-color: rgb(57,25,48); }

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