#402339

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

Shades of Melanzane #402339

Tints of Melanzane #402339

Color information

#402339 (or 0x402339) is unknown color: approx Melanzane. HEX triplet: 40, 23 and 39. RGB value is (64,35,57). Sum of RGB (Red+Green+Blue) = 64+35+57=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #402339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402339 is #BFDCC6. Grayscale: #2E2E2E. Windows color (decimal): -12573895 or 3744576. OLE color: 3744576.

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

Color convert

RGB643557-
CMYK00.450.110.75
HSL314.48º29.29%19.41%-
HSV(B)314.48º45.31%25.1%-
XYZ3.452.594.19-
YUV46.18134.11140.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=41.03%
G=22.44%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64355700.450.110.75314.4829.2919.41
Hex40233902DB4B13a1d13
Octal1004371055131134723523
Binary10000001000111110010101101101110010111001110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402339; }

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

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

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

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

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

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

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

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