#311E22

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

Shades of Aubergine #311E22

Tints of Aubergine #311E22

Color information

#311E22 (or 0x311E22) is unknown color: approx Aubergine. HEX triplet: 31, 1E and 22. RGB value is (49,30,34). Sum of RGB (Red+Green+Blue) = 49+30+34=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #311E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E22 is #CEE1DD. Grayscale: #242424. Windows color (decimal): -13558238 or 2235953. OLE color: 2235953.

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

Color convert

RGB493034-
CMYK00.390.310.81
HSL347.37º24.05%15.49%-
HSV(B)347.37º38.78%19.22%-
XYZ2.021.71.73-
YUV36.14126.79137.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 30 (12.11% from 255) = 26.55%
BLUE value IS 34 (13.67% from 255) = 30.09%
R=43.36%
G=26.55%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49303400.390.310.81347.3724.0515.49
Hex311E220271F5115b18f
Octal613642047371215333017
Binary110001111101000100100111111111010001101011011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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