#311E2E

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

Shades of Melanzane #311E2E

Tints of Melanzane #311E2E

Color information

#311E2E (or 0x311E2E) is unknown color: approx Melanzane. HEX triplet: 31, 1E and 2E. RGB value is (49,30,46). Sum of RGB (Red+Green+Blue) = 49+30+46=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #311E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E2E is #CEE1D1. Grayscale: #252525. Windows color (decimal): -13558226 or 3022385. OLE color: 3022385.

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

Color convert

RGB493046-
CMYK00.390.060.81
HSL309.47º24.05%15.49%-
HSV(B)309.47º38.78%19.22%-
XYZ2.221.782.81-
YUV37.5132.79136.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 30 (12.11% from 255) = 24%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=39.2%
G=24%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49304600.390.060.81309.4724.0515.49
Hex311E2E02765113518f
Octal61365604761214653017
Binary1100011111010111001001111101010001100110101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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