#402336

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

Shades of Melanzane #402336

Tints of Melanzane #402336

Color information

#402336 (or 0x402336) is unknown color: approx Melanzane. HEX triplet: 40, 23 and 36. RGB value is (64,35,54). Sum of RGB (Red+Green+Blue) = 64+35+54=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #402336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402336 is #BFDCC9. Grayscale: #2D2D2D. Windows color (decimal): -12573898 or 3547968. OLE color: 3547968.

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

Color convert

RGB643554-
CMYK00.450.160.75
HSL320.69º29.29%19.41%-
HSV(B)320.69º45.31%25.1%-
XYZ3.382.563.81-
YUV45.84132.61140.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 54 (21.48% from 255) = 35.29%
R=41.83%
G=22.88%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64355400.450.160.75320.6929.2919.41
Hex40233602D104B1411d13
Octal1004366055201135013523
Binary100000010001111011001011011000010010111010000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402336; }

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

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

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

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

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

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

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

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