#401D36

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

Shades of Melanzane #401D36

Tints of Melanzane #401D36

Color information

#401D36 (or 0x401D36) is unknown color: approx Melanzane. HEX triplet: 40, 1D and 36. RGB value is (64,29,54). Sum of RGB (Red+Green+Blue) = 64+29+54=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #401D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D36 is #BFE2C9. Grayscale: #2A2A2A. Windows color (decimal): -12575434 or 3546432. OLE color: 3546432.

HSL color Cylindrical-coordinate representation of color #401D36: hue angle of 317.14º 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 #401D36 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB642954-
CMYK00.550.160.75
HSL317.14º37.63%18.24%-
HSV(B)317.14º54.69%25.1%-
XYZ3.222.243.75-
YUV42.32134.6143.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 54 (21.48% from 255) = 36.73%
R=43.54%
G=19.73%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64295400.550.160.75317.1437.6318.24
Hex401D36037104B13d2612
Octal1003566067201134754622
Binary100000011101110110011011110000100101110011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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