#402538

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

Shades of Melanzane #402538

Tints of Melanzane #402538

Color information

#402538 (or 0x402538) is unknown color: approx Melanzane. HEX triplet: 40, 25 and 38. RGB value is (64,37,56). Sum of RGB (Red+Green+Blue) = 64+37+56=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #402538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402538 is #BFDAC7. Grayscale: #2F2F2F. Windows color (decimal): -12573384 or 3679552. OLE color: 3679552.

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

Color convert

RGB643756-
CMYK00.420.130.75
HSL317.78º26.73%19.8%-
HSV(B)317.78º42.19%25.1%-
XYZ3.492.74.08-
YUV47.24132.95139.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 56 (22.27% from 255) = 35.67%
R=40.76%
G=23.57%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64375600.420.130.75317.7826.7319.8
Hex40253802AD4B13e1b14
Octal1004570052151134763324
Binary10000001001011110000101010110110010111001111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402538; }

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

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

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

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

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

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

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

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