#312C2D

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

Shades of Aubergine #312C2D

Tints of Aubergine #312C2D

Color information

#312C2D (or 0x312C2D) is unknown color: approx Aubergine. HEX triplet: 31, 2C and 2D. RGB value is (49,44,45). Sum of RGB (Red+Green+Blue) = 49+44+45=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 49 - color contains mainly: red. Hex color #312C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C2D is #CED3D2. Grayscale: #2D2D2D. Windows color (decimal): -13554643 or 2960433. OLE color: 2960433.

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

Color convert

RGB494445-
CMYK00.100.080.81
HSL348º5.38%18.24%-
HSV(B)348º10.2%19.22%-
XYZ2.642.642.85-
YUV45.61127.66130.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=35.51%
G=31.88%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49444500.100.080.813485.3818.24
Hex312C2D0A85115c512
Octal61545501210121534522
Binary110001101100101101010101000101000110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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