#311E2B

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

Shades of Melanzane #311E2B

Tints of Melanzane #311E2B

Color information

#311E2B (or 0x311E2B) is unknown color: approx Melanzane. HEX triplet: 31, 1E and 2B. RGB value is (49,30,43). Sum of RGB (Red+Green+Blue) = 49+30+43=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #311E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E2B is #CEE1D4. Grayscale: #252525. Windows color (decimal): -13558229 or 2825777. OLE color: 2825777.

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

Color convert

RGB493043-
CMYK00.390.120.81
HSL318.95º24.05%15.49%-
HSV(B)318.95º38.78%19.22%-
XYZ2.171.762.51-
YUV37.16131.29136.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=40.16%
G=24.59%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49304300.390.120.81318.9524.0515.49
Hex311E2B027C5113f18f
Octal613653047141214773017
Binary11000111110101011010011111001010001100111111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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