#402539

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

Shades of Melanzane #402539

Tints of Melanzane #402539

Color information

#402539 (or 0x402539) is unknown color: approx Melanzane. HEX triplet: 40, 25 and 39. RGB value is (64,37,57). Sum of RGB (Red+Green+Blue) = 64+37+57=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #402539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402539 is #BFDAC6. Grayscale: #2F2F2F. Windows color (decimal): -12573383 or 3745088. OLE color: 3745088.

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

Color convert

RGB643757-
CMYK00.420.110.75
HSL315.56º26.73%19.8%-
HSV(B)315.56º42.19%25.1%-
XYZ3.512.714.21-
YUV47.35133.45139.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 57 (22.66% from 255) = 36.08%
R=40.51%
G=23.42%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64375700.420.110.75315.5626.7319.8
Hex40253902AB4B13c1b14
Octal1004571052131134743324
Binary10000001001011110010101010101110010111001111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402539; }

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

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

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

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

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

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

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

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