#402038

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

Shades of Melanzane #402038

Tints of Melanzane #402038

Color information

#402038 (or 0x402038) is unknown color: approx Melanzane. HEX triplet: 40, 20 and 38. RGB value is (64,32,56). Sum of RGB (Red+Green+Blue) = 64+32+56=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #402038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402038 is #BFDFC7. Grayscale: #2C2C2C. Windows color (decimal): -12574664 or 3678272. OLE color: 3678272.

HSL color Cylindrical-coordinate representation of color #402038: hue angle of 315º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402038 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB643256-
CMYK00.500.130.75
HSL315º33.33%18.82%-
HSV(B)315º50%25.1%-
XYZ3.342.414.03-
YUV44.3134.6142.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=42.11%
G=21.05%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64325600.500.130.7531533.3318.82
Hex402038032D4B13b2113
Octal1004070062151134734123
Binary100000010000011100001100101101100101110011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402038; }

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

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

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

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

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

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

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

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