#371931

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

Shades of Melanzane #371931

Tints of Melanzane #371931

Color information

#371931 (or 0x371931) is unknown color: approx Melanzane. HEX triplet: 37, 19 and 31. RGB value is (55,25,49). Sum of RGB (Red+Green+Blue) = 55+25+49=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #371931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371931 is #C8E6CE. Grayscale: #242424. Windows color (decimal): -13166287 or 3217719. OLE color: 3217719.

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

Color convert

RGB552549-
CMYK00.550.110.78
HSL312º37.5%15.69%-
HSV(B)312º54.55%21.57%-
XYZ2.481.733.11-
YUV36.71134.94141.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=42.64%
G=19.38%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55254900.550.110.7831237.515.69
Hex371931037B4E1382610
Octal673161067131164704620
Binary1101111100111000101101111011100111010011100010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371931; }

 p { color: rgb(55,25,49); }

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

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

 a { background-color: rgb(55,25,49); }

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

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

 span { border-color: rgb(55,25,49); }

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