#402136

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

Shades of Melanzane #402136

Tints of Melanzane #402136

Color information

#402136 (or 0x402136) is unknown color: approx Melanzane. HEX triplet: 40, 21 and 36. RGB value is (64,33,54). Sum of RGB (Red+Green+Blue) = 64+33+54=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #402136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402136 is #BFDEC9. Grayscale: #2C2C2C. Windows color (decimal): -12574410 or 3547456. OLE color: 3547456.

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

Color convert

RGB643354-
CMYK00.480.160.75
HSL319.35º31.96%19.02%-
HSV(B)319.35º48.44%25.1%-
XYZ3.322.443.79-
YUV44.66133.27141.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 54 (21.48% from 255) = 35.76%
R=42.38%
G=21.85%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64335400.480.160.75319.3531.9619.02
Hex402136030104B13f2013
Octal1004166060201134774023
Binary1000000100001110110011000010000100101110011111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402136; }

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

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

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

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

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

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

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

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