#312728

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

Shades of Aubergine #312728

Tints of Aubergine #312728

Color information

#312728 (or 0x312728) is unknown color: approx Aubergine. HEX triplet: 31, 27 and 28. RGB value is (49,39,40). Sum of RGB (Red+Green+Blue) = 49+39+40=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312728 is #CED8D7. Grayscale: #2A2A2A. Windows color (decimal): -13555928 or 2631473. OLE color: 2631473.

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

Color convert

RGB493940-
CMYK00.200.180.81
HSL354º11.36%17.25%-
HSV(B)354º20.41%19.22%-
XYZ2.382.262.32-
YUV42.1126.81132.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=38.28%
G=30.47%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49394000.200.180.8135411.3617.25
Hex3127280141251162b11
Octal614750024221215421321
Binary110001100111101000010100100101010001101100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312728; }

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

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

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

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

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

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

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

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