#312A2C

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

Shades of Aubergine #312A2C

Tints of Aubergine #312A2C

Color information

#312A2C (or 0x312A2C) is unknown color: approx Aubergine. HEX triplet: 31, 2A and 2C. RGB value is (49,42,44). Sum of RGB (Red+Green+Blue) = 49+42+44=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 49 - color contains mainly: red. Hex color #312A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A2C is #CED5D3. Grayscale: #2C2C2C. Windows color (decimal): -13555156 or 2894385. OLE color: 2894385.

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

Color convert

RGB494244-
CMYK00.140.100.81
HSL342.86º7.69%17.84%-
HSV(B)342.86º14.29%19.22%-
XYZ2.552.492.73-
YUV44.32127.82131.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=36.30%
G=31.11%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49424400.140.100.81342.867.6917.84
Hex312A2C0EA51157812
Octal615254016121215271022
Binary1100011010101011000111010101010001101010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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