#401E36

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

Shades of Melanzane #401E36

Tints of Melanzane #401E36

Color information

#401E36 (or 0x401E36) is unknown color: approx Melanzane. HEX triplet: 40, 1E and 36. RGB value is (64,30,54). Sum of RGB (Red+Green+Blue) = 64+30+54=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #401E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E36 is #BFE1C9. Grayscale: #2A2A2A. Windows color (decimal): -12575178 or 3546688. OLE color: 3546688.

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

Color convert

RGB643054-
CMYK00.530.160.75
HSL317.65º36.17%18.43%-
HSV(B)317.65º53.12%25.1%-
XYZ3.242.283.76-
YUV42.9134.26143.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 30 (12.11% from 255) = 20.27%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=43.24%
G=20.27%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64305400.530.160.75317.6536.1718.43
Hex401E36035104B13e2412
Octal1003666065201134764422
Binary100000011110110110011010110000100101110011111010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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