#312628

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

Shades of Aubergine #312628

Tints of Aubergine #312628

Color information

#312628 (or 0x312628) is unknown color: approx Aubergine. HEX triplet: 31, 26 and 28. RGB value is (49,38,40). Sum of RGB (Red+Green+Blue) = 49+38+40=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #312628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312628 is #CED9D7. Grayscale: #292929. Windows color (decimal): -13556184 or 2631217. OLE color: 2631217.

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

Color convert

RGB493840-
CMYK00.220.180.81
HSL349.09º12.64%17.06%-
HSV(B)349.09º22.45%19.22%-
XYZ2.342.192.31-
YUV41.52127.14133.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=38.58%
G=29.92%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49384000.220.180.81349.0912.6417.06
Hex312628016125115dd11
Octal614650026221215351521
Binary110001100110101000010110100101010001101011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312628; }

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

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

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

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

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

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

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

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