#402337

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

Shades of Melanzane #402337

Tints of Melanzane #402337

Color information

#402337 (or 0x402337) is unknown color: approx Melanzane. HEX triplet: 40, 23 and 37. RGB value is (64,35,55). Sum of RGB (Red+Green+Blue) = 64+35+55=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #402337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402337 is #BFDCC8. Grayscale: #2D2D2D. Windows color (decimal): -12573897 or 3613504. OLE color: 3613504.

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

Color convert

RGB643555-
CMYK00.450.140.75
HSL318.62º29.29%19.41%-
HSV(B)318.62º45.31%25.1%-
XYZ3.42.573.93-
YUV45.95133.11140.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 55 (21.88% from 255) = 35.71%
R=41.56%
G=22.73%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64355500.450.140.75318.6229.2919.41
Hex40233702DE4B13f1d13
Octal1004367055161134773523
Binary10000001000111101110101101111010010111001111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402337; }

 p { color: rgb(64,35,55); }

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

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

 a { background-color: rgb(64,35,55); }

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

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

 span { border-color: rgb(64,35,55); }

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