#311E21

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

Shades of Aubergine #311E21

Tints of Aubergine #311E21

Color information

#311E21 (or 0x311E21) is unknown color: approx Aubergine. HEX triplet: 31, 1E and 21. RGB value is (49,30,33). Sum of RGB (Red+Green+Blue) = 49+30+33=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #311E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E21 is #CEE1DE. Grayscale: #242424. Windows color (decimal): -13558239 or 2170417. OLE color: 2170417.

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

Color convert

RGB493033-
CMYK00.390.330.81
HSL350.53º24.05%15.49%-
HSV(B)350.53º38.78%19.22%-
XYZ2.011.691.66-
YUV36.02126.29137.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 30 (12.11% from 255) = 26.79%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=43.75%
G=26.79%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49303300.390.330.81350.5324.0515.49
Hex311E21027215115f18f
Octal613641047411215373017
Binary1100011111010000101001111000011010001101011111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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