#312B2C

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

Shades of Aubergine #312B2C

Tints of Aubergine #312B2C

Color information

#312B2C (or 0x312B2C) is unknown color: approx Aubergine. HEX triplet: 31, 2B and 2C. RGB value is (49,43,44). Sum of RGB (Red+Green+Blue) = 49+43+44=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 49 - color contains mainly: red. Hex color #312B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B2C is #CED4D3. Grayscale: #2C2C2C. Windows color (decimal): -13554900 or 2894641. OLE color: 2894641.

HSL color Cylindrical-coordinate representation of color #312B2C: hue angle of 350º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #312B2C is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB494344-
CMYK00.120.100.81
HSL350º6.52%18.04%-
HSV(B)350º12.24%19.22%-
XYZ2.592.562.74-
YUV44.91127.49130.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 43 (17.19% from 255) = 31.62%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=36.03%
G=31.62%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49434400.120.100.813506.5218.04
Hex312B2C0CA5115e712
Octal61535401412121536722
Binary110001101011101100011001010101000110101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312B2C; }

 p { color: rgb(49,43,44); }

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

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

 a { background-color: rgb(49,43,44); }

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

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

 span { border-color: rgb(49,43,44); }

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