#371C31

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

Shades of Melanzane #371C31

Tints of Melanzane #371C31

Color information

#371C31 (or 0x371C31) is unknown color: approx Melanzane. HEX triplet: 37, 1C and 31. RGB value is (55,28,49). Sum of RGB (Red+Green+Blue) = 55+28+49=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #371C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C31 is #C8E3CE. Grayscale: #262626. Windows color (decimal): -13165519 or 3218487. OLE color: 3218487.

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

Color convert

RGB552849-
CMYK00.490.110.78
HSL313.33º32.53%16.27%-
HSV(B)313.33º49.09%21.57%-
XYZ2.551.863.13-
YUV38.47133.95139.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 28 (11.33% from 255) = 21.21%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=41.67%
G=21.21%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55284900.490.110.78313.3332.5316.27
Hex371C31031B4E1392110
Octal673461061131164714120
Binary1101111110011000101100011011100111010011100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C31; }

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

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

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

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

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

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

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

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