#402439

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

Shades of Melanzane #402439

Tints of Melanzane #402439

Color information

#402439 (or 0x402439) is unknown color: approx Melanzane. HEX triplet: 40, 24 and 39. RGB value is (64,36,57). Sum of RGB (Red+Green+Blue) = 64+36+57=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #402439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402439 is #BFDBC6. Grayscale: #2E2E2E. Windows color (decimal): -12573639 or 3744832. OLE color: 3744832.

HSL color Cylindrical-coordinate representation of color #402439: hue angle of 315º 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 #402439 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB643657-
CMYK00.440.110.75
HSL315º28%19.61%-
HSV(B)315º43.75%25.1%-
XYZ3.482.654.2-
YUV46.77133.78140.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=40.76%
G=22.93%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64365700.440.110.753152819.61
Hex40243902CB4B13b1c14
Octal1004471054131134733424
Binary10000001001001110010101100101110010111001110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402439; }

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

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

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

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

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

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

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

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