#312829

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

Shades of Aubergine #312829

Tints of Aubergine #312829

Color information

#312829 (or 0x312829) is unknown color: approx Aubergine. HEX triplet: 31, 28 and 29. RGB value is (49,40,41). Sum of RGB (Red+Green+Blue) = 49+40+41=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #312829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312829 is #CED7D6. Grayscale: #2A2A2A. Windows color (decimal): -13555671 or 2697265. OLE color: 2697265.

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

Color convert

RGB494041-
CMYK00.180.160.81
HSL353.33º10.11%17.45%-
HSV(B)353.33º18.37%19.22%-
XYZ2.432.332.42-
YUV42.8126.98132.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=37.69%
G=30.77%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49404100.180.160.81353.3310.1117.45
Hex3128290121051161a11
Octal615051022201215411221
Binary110001101000101001010010100001010001101100001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312829; }

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

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

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

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

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

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

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

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