#311C29

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

Shades of Melanzane #311C29

Tints of Melanzane #311C29

Color information

#311C29 (or 0x311C29) is unknown color: approx Melanzane. HEX triplet: 31, 1C and 29. RGB value is (49,28,41). Sum of RGB (Red+Green+Blue) = 49+28+41=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #311C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C29 is #CEE3D6. Grayscale: #232323. Windows color (decimal): -13558743 or 2694193. OLE color: 2694193.

HSL color Cylindrical-coordinate representation of color #311C29: hue angle of 322.86º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #311C29 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB492841-
CMYK00.430.160.81
HSL322.86º27.27%15.1%-
HSV(B)322.86º42.86%19.22%-
XYZ2.081.642.31-
YUV35.76130.96137.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 41 (16.41% from 255) = 34.75%
R=41.53%
G=23.73%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49284100.430.160.81322.8627.2715.1
Hex311C2902B10511431bf
Octal613451053201215033317
Binary110001111001010010101011100001010001101000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311C29; }

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

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

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

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

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

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

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

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