#402037

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

Shades of Melanzane #402037

Tints of Melanzane #402037

Color information

#402037 (or 0x402037) is unknown color: approx Melanzane. HEX triplet: 40, 20 and 37. RGB value is (64,32,55). Sum of RGB (Red+Green+Blue) = 64+32+55=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #402037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402037 is #BFDFC8. Grayscale: #2C2C2C. Windows color (decimal): -12574665 or 3612736. OLE color: 3612736.

HSL color Cylindrical-coordinate representation of color #402037: hue angle of 316.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402037 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB643255-
CMYK00.500.140.75
HSL316.88º33.33%18.82%-
HSV(B)316.88º50%25.1%-
XYZ3.322.43.9-
YUV44.19134.1142.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 55 (21.88% from 255) = 36.42%
R=42.38%
G=21.19%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64325500.500.140.75316.8833.3318.82
Hex402037032E4B13d2113
Octal1004067062161134754123
Binary100000010000011011101100101110100101110011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402037; }

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

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

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

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

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

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

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

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