#312B2D

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

Shades of Aubergine #312B2D

Tints of Aubergine #312B2D

Color information

#312B2D (or 0x312B2D) is unknown color: approx Aubergine. HEX triplet: 31, 2B and 2D. RGB value is (49,43,45). Sum of RGB (Red+Green+Blue) = 49+43+45=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 49 - color contains mainly: red. Hex color #312B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B2D is #CED4D2. Grayscale: #2D2D2D. Windows color (decimal): -13554899 or 2960177. OLE color: 2960177.

HSL color Cylindrical-coordinate representation of color #312B2D: hue angle of 340º 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 #312B2D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB494345-
CMYK00.120.080.81
HSL340º6.52%18.04%-
HSV(B)340º12.24%19.22%-
XYZ2.62.572.84-
YUV45.02127.99130.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=35.77%
G=31.39%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49434500.120.080.813406.5218.04
Hex312B2D0C851154712
Octal61535501410121524722
Binary110001101011101101011001000101000110101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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