#311529

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

Shades of Melanzane #311529

Tints of Melanzane #311529

Color information

#311529 (or 0x311529) is unknown color: approx Melanzane. HEX triplet: 31, 15 and 29. RGB value is (49,21,41). Sum of RGB (Red+Green+Blue) = 49+21+41=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #311529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311529 is #CEEAD6. Grayscale: #1F1F1F. Windows color (decimal): -13560535 or 2692401. OLE color: 2692401.

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

Color convert

RGB492141-
CMYK00.570.160.81
HSL317.14º40%13.73%-
HSV(B)317.14º57.14%19.22%-
XYZ1.941.352.26-
YUV31.65133.28140.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=44.14%
G=18.92%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49214100.570.160.81317.144013.73
Hex311529039105113d28e
Octal612551071201214755016
Binary1100011010110100101110011000010100011001111011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311529; }

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

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

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

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

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

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

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

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