#311A2C

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

Shades of Melanzane #311A2C

Tints of Melanzane #311A2C

Color information

#311A2C (or 0x311A2C) is unknown color: approx Melanzane. HEX triplet: 31, 1A and 2C. RGB value is (49,26,44). Sum of RGB (Red+Green+Blue) = 49+26+44=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #311A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A2C is #CEE5D3. Grayscale: #222222. Windows color (decimal): -13559252 or 2890289. OLE color: 2890289.

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

Color convert

RGB492644-
CMYK00.470.100.81
HSL313.04º30.67%14.71%-
HSV(B)313.04º46.94%19.22%-
XYZ2.091.572.58-
YUV34.93133.12138.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=41.18%
G=21.85%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49264400.470.100.81313.0430.6714.71
Hex311A2C02FA511391ff
Octal613254057121214713717
Binary11000111010101100010111110101010001100111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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