#401937

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

Shades of Melanzane #401937

Tints of Melanzane #401937

Color information

#401937 (or 0x401937) is unknown color: approx Melanzane. HEX triplet: 40, 19 and 37. RGB value is (64,25,55). Sum of RGB (Red+Green+Blue) = 64+25+55=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #401937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401937 is #BFE6C8. Grayscale: #282828. Windows color (decimal): -12576457 or 3610944. OLE color: 3610944.

HSL color Cylindrical-coordinate representation of color #401937: hue angle of 313.85º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401937 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB642555-
CMYK00.610.140.75
HSL313.85º43.82%17.45%-
HSV(B)313.85º60.94%25.1%-
XYZ3.152.063.85-
YUV40.08136.42145.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 55 (21.88% from 255) = 38.19%
R=44.44%
G=17.36%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64255500.610.140.75313.8543.8217.45
Hex40193703DE4B13a2c11
Octal1003167075161134725421
Binary10000001100111011101111011110100101110011101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401937; }

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

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

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

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

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

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

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

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