#311429

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

Shades of Melanzane #311429

Tints of Melanzane #311429

Color information

#311429 (or 0x311429) is unknown color: approx Melanzane. HEX triplet: 31, 14 and 29. RGB value is (49,20,41). Sum of RGB (Red+Green+Blue) = 49+20+41=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #311429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311429 is #CEEBD6. Grayscale: #1F1F1F. Windows color (decimal): -13560791 or 2692145. OLE color: 2692145.

HSL color Cylindrical-coordinate representation of color #311429: hue angle of 316.55º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311429 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB492041-
CMYK00.590.160.81
HSL316.55º42.03%13.53%-
HSV(B)316.55º59.18%19.22%-
XYZ1.921.312.25-
YUV31.06133.61140.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=44.55%
G=18.18%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49204100.590.160.81316.5542.0313.53
Hex31142903B105113d2ae
Octal612451073201214755216
Binary1100011010010100101110111000010100011001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311429; }

 p { color: rgb(49,20,41); }

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

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

 a { background-color: rgb(49,20,41); }

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

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

 span { border-color: rgb(49,20,41); }

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