#402938

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

Shades of Melanzane #402938

Tints of Melanzane #402938

Color information

#402938 (or 0x402938) is unknown color: approx Melanzane. HEX triplet: 40, 29 and 38. RGB value is (64,41,56). Sum of RGB (Red+Green+Blue) = 64+41+56=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #402938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402938 is #BFD6C7. Grayscale: #313131. Windows color (decimal): -12572360 or 3680576. OLE color: 3680576.

HSL color Cylindrical-coordinate representation of color #402938: hue angle of 320.87º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #402938 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB644156-
CMYK00.360.130.75
HSL320.87º21.9%20.59%-
HSV(B)320.87º35.94%25.1%-
XYZ3.622.964.12-
YUV49.59131.62138.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=39.75%
G=25.47%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64415600.360.130.75320.8721.920.59
Hex402938024D4B1411615
Octal1005170044151135012625
Binary10000001010011110000100100110110010111010000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402938; }

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

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

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

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

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

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

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

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