#311F2E

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

Shades of Melanzane #311F2E

Tints of Melanzane #311F2E

Color information

#311F2E (or 0x311F2E) is unknown color: approx Melanzane. HEX triplet: 31, 1F and 2E. RGB value is (49,31,46). Sum of RGB (Red+Green+Blue) = 49+31+46=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #311F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F2E is #CEE0D1. Grayscale: #262626. Windows color (decimal): -13557970 or 3022641. OLE color: 3022641.

HSL color Cylindrical-coordinate representation of color #311F2E: hue angle of 310º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #311F2E is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB493146-
CMYK00.370.060.81
HSL310º22.5%15.69%-
HSV(B)310º36.73%19.22%-
XYZ2.251.832.82-
YUV38.09132.46135.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 31 (12.5% from 255) = 24.60%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=38.89%
G=24.60%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49314600.370.060.8131022.515.69
Hex311F2E0256511361610
Octal61375604561214662620
Binary11000111111101110010010111010100011001101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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