#402438

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

Shades of Melanzane #402438

Tints of Melanzane #402438

Color information

#402438 (or 0x402438) is unknown color: approx Melanzane. HEX triplet: 40, 24 and 38. RGB value is (64,36,56). Sum of RGB (Red+Green+Blue) = 64+36+56=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #402438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402438 is #BFDBC7. Grayscale: #2E2E2E. Windows color (decimal): -12573640 or 3679296. OLE color: 3679296.

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

Color convert

RGB643656-
CMYK00.440.130.75
HSL317.14º28%19.61%-
HSV(B)317.14º43.75%25.1%-
XYZ3.462.644.07-
YUV46.65133.28140.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=41.03%
G=23.08%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64365600.440.130.75317.142819.61
Hex40243802CD4B13d1c14
Octal1004470054151134753424
Binary10000001001001110000101100110110010111001111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402438; }

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

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

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

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

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

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

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

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