#312124

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

Shades of Aubergine #312124

Tints of Aubergine #312124

Color information

#312124 (or 0x312124) is unknown color: approx Aubergine. HEX triplet: 31, 21 and 24. RGB value is (49,33,36). Sum of RGB (Red+Green+Blue) = 49+33+36=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312124 is #CEDEDB. Grayscale: #262626. Windows color (decimal): -13557468 or 2367793. OLE color: 2367793.

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

Color convert

RGB493336-
CMYK00.330.270.81
HSL348.75º19.51%16.08%-
HSV(B)348.75º32.65%19.22%-
XYZ2.131.871.92-
YUV38.13126.8135.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=41.53%
G=27.97%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49333600.330.270.81348.7519.5116.08
Hex3121240211B5115d1410
Octal614144041331215352420
Binary11000110000110010001000011101110100011010111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312124; }

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

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

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

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

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

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

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

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