#402236

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

Shades of Melanzane #402236

Tints of Melanzane #402236

Color information

#402236 (or 0x402236) is unknown color: approx Melanzane. HEX triplet: 40, 22 and 36. RGB value is (64,34,54). Sum of RGB (Red+Green+Blue) = 64+34+54=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #402236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402236 is #BFDDC9. Grayscale: #2D2D2D. Windows color (decimal): -12574154 or 3547712. OLE color: 3547712.

HSL color Cylindrical-coordinate representation of color #402236: hue angle of 320º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #402236 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB643454-
CMYK00.470.160.75
HSL320º30.61%19.22%-
HSV(B)320º46.88%25.1%-
XYZ3.352.53.8-
YUV45.25132.94141.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=42.11%
G=22.37%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64345400.470.160.7532030.6119.22
Hex40223602F104B1401f13
Octal1004266057201135003723
Binary100000010001011011001011111000010010111010000001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402236; }

 p { color: rgb(64,34,54); }

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

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

 a { background-color: rgb(64,34,54); }

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

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

 span { border-color: rgb(64,34,54); }

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