#311C2B

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

Shades of Melanzane #311C2B

Tints of Melanzane #311C2B

Color information

#311C2B (or 0x311C2B) is unknown color: approx Melanzane. HEX triplet: 31, 1C and 2B. RGB value is (49,28,43). Sum of RGB (Red+Green+Blue) = 49+28+43=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #311C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C2B is #CEE3D4. Grayscale: #232323. Windows color (decimal): -13558741 or 2825265. OLE color: 2825265.

HSL color Cylindrical-coordinate representation of color #311C2B: hue angle of 317.14º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #311C2B is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB492843-
CMYK00.430.120.81
HSL317.14º27.27%15.1%-
HSV(B)317.14º42.86%19.22%-
XYZ2.121.662.49-
YUV35.99131.96137.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 28 (11.33% from 255) = 23.33%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=40.83%
G=23.33%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49284300.430.120.81317.1427.2715.1
Hex311C2B02BC5113d1bf
Octal613453053141214753317
Binary11000111100101011010101111001010001100111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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