#402437

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

Shades of Melanzane #402437

Tints of Melanzane #402437

Color information

#402437 (or 0x402437) is unknown color: approx Melanzane. HEX triplet: 40, 24 and 37. RGB value is (64,36,55). Sum of RGB (Red+Green+Blue) = 64+36+55=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #402437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402437 is #BFDBC8. Grayscale: #2E2E2E. Windows color (decimal): -12573641 or 3613760. OLE color: 3613760.

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

Color convert

RGB643655-
CMYK00.440.140.75
HSL319.29º28%19.61%-
HSV(B)319.29º43.75%25.1%-
XYZ3.432.633.94-
YUV46.54132.78140.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=41.29%
G=23.23%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64365500.440.140.75319.292819.61
Hex40243702CE4B13f1c14
Octal1004467054161134773424
Binary10000001001001101110101100111010010111001111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402437; }

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

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

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

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

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

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

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

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