#312122

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

Shades of Aubergine #312122

Tints of Aubergine #312122

Color information

#312122 (or 0x312122) is unknown color: approx Aubergine. HEX triplet: 31, 21 and 22. RGB value is (49,33,34). Sum of RGB (Red+Green+Blue) = 49+33+34=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #312122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312122 is #CEDEDD. Grayscale: #252525. Windows color (decimal): -13557470 or 2236721. OLE color: 2236721.

HSL color Cylindrical-coordinate representation of color #312122: hue angle of 356.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312122 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB493334-
CMYK00.330.310.81
HSL356.25º19.51%16.08%-
HSV(B)356.25º32.65%19.22%-
XYZ2.11.861.76-
YUV37.9125.8135.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 34 (13.67% from 255) = 29.31%
R=42.24%
G=28.45%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49333400.330.310.81356.2519.5116.08
Hex3121220211F511641410
Octal614142041371215442420
Binary11000110000110001001000011111110100011011001001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312122; }

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

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

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

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

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

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

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

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