#401D37

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

Shades of Melanzane #401D37

Tints of Melanzane #401D37

Color information

#401D37 (or 0x401D37) is unknown color: approx Melanzane. HEX triplet: 40, 1D and 37. RGB value is (64,29,55). Sum of RGB (Red+Green+Blue) = 64+29+55=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #401D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D37 is #BFE2C8. Grayscale: #2A2A2A. Windows color (decimal): -12575433 or 3611968. OLE color: 3611968.

HSL color Cylindrical-coordinate representation of color #401D37: hue angle of 315.43º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #401D37 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB642955-
CMYK00.550.140.75
HSL315.43º37.63%18.24%-
HSV(B)315.43º54.69%25.1%-
XYZ3.242.243.88-
YUV42.43135.1143.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 55 (21.88% from 255) = 37.16%
R=43.24%
G=19.59%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64295500.550.140.75315.4337.6318.24
Hex401D37037E4B13b2612
Octal1003567067161134734622
Binary10000001110111011101101111110100101110011101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401D37; }

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

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

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

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

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

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

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

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