#311D2C

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

Shades of Melanzane #311D2C

Tints of Melanzane #311D2C

Color information

#311D2C (or 0x311D2C) is unknown color: approx Melanzane. HEX triplet: 31, 1D and 2C. RGB value is (49,29,44). Sum of RGB (Red+Green+Blue) = 49+29+44=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #311D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D2C is #CEE2D3. Grayscale: #242424. Windows color (decimal): -13558484 or 2891057. OLE color: 2891057.

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

Color convert

RGB492944-
CMYK00.410.100.81
HSL315º25.64%15.29%-
HSV(B)315º40.82%19.22%-
XYZ2.161.712.6-
YUV36.69132.13136.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=40.16%
G=23.77%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49294400.410.100.8131525.6415.29
Hex311D2C029A5113b1af
Octal613554051121214733217
Binary11000111101101100010100110101010001100111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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