#40203A

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

Shades of Melanzane #40203A

Tints of Melanzane #40203A

Color information

#40203A (or 0x40203A) is unknown color: approx Melanzane. HEX triplet: 40, 20 and 3A. RGB value is (64,32,58). Sum of RGB (Red+Green+Blue) = 64+32+58=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #40203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40203A is #BFDFC5. Grayscale: #2C2C2C. Windows color (decimal): -12574662 or 3809344. OLE color: 3809344.

HSL color Cylindrical-coordinate representation of color #40203A: hue angle of 311.25º 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 #40203A is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB643258-
CMYK00.500.090.75
HSL311.25º33.33%18.82%-
HSV(B)311.25º50%25.1%-
XYZ3.392.434.29-
YUV44.53135.6141.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 58 (23.05% from 255) = 37.66%
R=41.56%
G=20.78%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64325800.500.090.75311.2533.3318.82
Hex40203A03294B1372113
Octal1004072062111134674123
Binary100000010000011101001100101001100101110011011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40203A; }

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

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

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

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

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

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

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

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