#402537

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

Shades of Melanzane #402537

Tints of Melanzane #402537

Color information

#402537 (or 0x402537) is unknown color: approx Melanzane. HEX triplet: 40, 25 and 37. RGB value is (64,37,55). Sum of RGB (Red+Green+Blue) = 64+37+55=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #402537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402537 is #BFDAC8. Grayscale: #2F2F2F. Windows color (decimal): -12573385 or 3614016. OLE color: 3614016.

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

Color convert

RGB643755-
CMYK00.420.140.75
HSL320º26.73%19.8%-
HSV(B)320º42.19%25.1%-
XYZ3.472.693.95-
YUV47.12132.45140.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 55 (21.88% from 255) = 35.26%
R=41.03%
G=23.72%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64375500.420.140.7532026.7319.8
Hex40253702AE4B1401b14
Octal1004567052161135003324
Binary10000001001011101110101010111010010111010000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402537; }

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

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

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

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

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

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

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

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