#311E2D

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

Shades of Melanzane #311E2D

Tints of Melanzane #311E2D

Color information

#311E2D (or 0x311E2D) is unknown color: approx Melanzane. HEX triplet: 31, 1E and 2D. RGB value is (49,30,45). Sum of RGB (Red+Green+Blue) = 49+30+45=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #311E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E2D is #CEE1D2. Grayscale: #252525. Windows color (decimal): -13558227 or 2956849. OLE color: 2956849.

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

Color convert

RGB493045-
CMYK00.390.080.81
HSL312.63º24.05%15.49%-
HSV(B)312.63º38.78%19.22%-
XYZ2.21.772.71-
YUV37.39132.29136.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=39.52%
G=24.19%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49304500.390.080.81312.6324.0515.49
Hex311E2D02785113918f
Octal613655047101214713017
Binary11000111110101101010011110001010001100111001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,30,45); }

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

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

 a { background-color: rgb(49,30,45); }

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

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

 span { border-color: rgb(49,30,45); }

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