#311E2A

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

Shades of Melanzane #311E2A

Tints of Melanzane #311E2A

Color information

#311E2A (or 0x311E2A) is unknown color: approx Melanzane. HEX triplet: 31, 1E and 2A. RGB value is (49,30,42). Sum of RGB (Red+Green+Blue) = 49+30+42=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #311E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E2A is #CEE1D5. Grayscale: #252525. Windows color (decimal): -13558230 or 2760241. OLE color: 2760241.

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

Color convert

RGB493042-
CMYK00.390.140.81
HSL322.11º24.05%15.49%-
HSV(B)322.11º38.78%19.22%-
XYZ2.151.752.41-
YUV37.05130.79136.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=40.50%
G=24.79%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49304200.390.140.81322.1124.0515.49
Hex311E2A027E5114218f
Octal613652047161215023017
Binary11000111110101010010011111101010001101000010110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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