#311D2D

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

Shades of Melanzane #311D2D

Tints of Melanzane #311D2D

Color information

#311D2D (or 0x311D2D) is unknown color: approx Melanzane. HEX triplet: 31, 1D and 2D. RGB value is (49,29,45). Sum of RGB (Red+Green+Blue) = 49+29+45=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #311D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D2D is #CEE2D2. Grayscale: #242424. Windows color (decimal): -13558483 or 2956593. OLE color: 2956593.

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

Color convert

RGB492945-
CMYK00.410.080.81
HSL312º25.64%15.29%-
HSV(B)312º40.82%19.22%-
XYZ2.181.722.7-
YUV36.8132.63136.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=39.84%
G=23.58%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49294500.410.080.8131225.6415.29
Hex311D2D0298511381af
Octal613555051101214703217
Binary11000111101101101010100110001010001100111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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