#311C2C

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

Shades of Melanzane #311C2C

Tints of Melanzane #311C2C

Color information

#311C2C (or 0x311C2C) is unknown color: approx Melanzane. HEX triplet: 31, 1C and 2C. RGB value is (49,28,44). Sum of RGB (Red+Green+Blue) = 49+28+44=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #311C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C2C is #CEE3D3. Grayscale: #242424. Windows color (decimal): -13558740 or 2890801. OLE color: 2890801.

HSL color Cylindrical-coordinate representation of color #311C2C: hue angle of 314.29º 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 #311C2C is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB492844-
CMYK00.430.100.81
HSL314.29º27.27%15.1%-
HSV(B)314.29º42.86%19.22%-
XYZ2.141.672.59-
YUV36.1132.46137.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=40.50%
G=23.14%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49284400.430.100.81314.2927.2715.1
Hex311C2C02BA5113a1bf
Octal613454053121214723317
Binary11000111100101100010101110101010001100111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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