#402239

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

Shades of Melanzane #402239

Tints of Melanzane #402239

Color information

#402239 (or 0x402239) is unknown color: approx Melanzane. HEX triplet: 40, 22 and 39. RGB value is (64,34,57). Sum of RGB (Red+Green+Blue) = 64+34+57=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #402239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402239 is #BFDDC6. Grayscale: #2D2D2D. Windows color (decimal): -12574151 or 3744320. OLE color: 3744320.

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

Color convert

RGB643457-
CMYK00.470.110.75
HSL314º30.61%19.22%-
HSV(B)314º46.88%25.1%-
XYZ3.422.534.18-
YUV45.59134.44141.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 57 (22.66% from 255) = 36.77%
R=41.29%
G=21.94%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64345700.470.110.7531430.6119.22
Hex40223902FB4B13a1f13
Octal1004271057131134723723
Binary10000001000101110010101111101110010111001110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402239; }

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

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

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

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

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

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

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

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