#402436

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

Shades of Melanzane #402436

Tints of Melanzane #402436

Color information

#402436 (or 0x402436) is unknown color: approx Melanzane. HEX triplet: 40, 24 and 36. RGB value is (64,36,54). Sum of RGB (Red+Green+Blue) = 64+36+54=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #402436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402436 is #BFDBC9. Grayscale: #2E2E2E. Windows color (decimal): -12573642 or 3548224. OLE color: 3548224.

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

Color convert

RGB643654-
CMYK00.440.160.75
HSL321.43º28%19.61%-
HSV(B)321.43º43.75%25.1%-
XYZ3.412.623.82-
YUV46.42132.28140.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 54 (21.48% from 255) = 35.06%
R=41.56%
G=23.38%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64365400.440.160.75321.432819.61
Hex40243602C104B1411c14
Octal1004466054201135013424
Binary100000010010011011001011001000010010111010000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402436; }

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

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

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

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

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

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

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

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