#312529

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

Shades of Aubergine #312529

Tints of Aubergine #312529

Color information

#312529 (or 0x312529) is unknown color: approx Aubergine. HEX triplet: 31, 25 and 29. RGB value is (49,37,41). Sum of RGB (Red+Green+Blue) = 49+37+41=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #312529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312529 is #CEDAD6. Grayscale: #292929. Windows color (decimal): -13556439 or 2696497. OLE color: 2696497.

HSL color Cylindrical-coordinate representation of color #312529: hue angle of 340º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #312529 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB493741-
CMYK00.240.160.81
HSL340º13.95%16.86%-
HSV(B)340º24.49%19.22%-
XYZ2.332.142.39-
YUV41.04127.98133.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=38.58%
G=29.13%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49374100.240.160.8134013.9516.86
Hex3125290181051154e11
Octal614551030201215241621
Binary110001100101101001011000100001010001101010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312529; }

 p { color: rgb(49,37,41); }

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

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

 a { background-color: rgb(49,37,41); }

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

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

 span { border-color: rgb(49,37,41); }

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