#311B2A

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

Shades of Melanzane #311B2A

Tints of Melanzane #311B2A

Color information

#311B2A (or 0x311B2A) is unknown color: approx Melanzane. HEX triplet: 31, 1B and 2A. RGB value is (49,27,42). Sum of RGB (Red+Green+Blue) = 49+27+42=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #311B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B2A is #CEE4D5. Grayscale: #232323. Windows color (decimal): -13558998 or 2759473. OLE color: 2759473.

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

Color convert

RGB492742-
CMYK00.450.140.81
HSL319.09º28.95%14.9%-
HSV(B)319.09º44.9%19.22%-
XYZ2.081.62.39-
YUV35.29131.79137.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=41.53%
G=22.88%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49274200.450.140.81319.0928.9514.9
Hex311B2A02DE5113f1df
Octal613352055161214773517
Binary11000111011101010010110111101010001100111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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