#312526

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

Shades of Aubergine #312526

Tints of Aubergine #312526

Color information

#312526 (or 0x312526) is unknown color: approx Aubergine. HEX triplet: 31, 25 and 26. RGB value is (49,37,38). Sum of RGB (Red+Green+Blue) = 49+37+38=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312526 is #CEDAD9. Grayscale: #282828. Windows color (decimal): -13556442 or 2499889. OLE color: 2499889.

HSL color Cylindrical-coordinate representation of color #312526: hue angle of 355º 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 #312526 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB493738-
CMYK00.240.220.81
HSL355º13.95%16.86%-
HSV(B)355º24.49%19.22%-
XYZ2.282.122.12-
YUV40.7126.48133.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=39.52%
G=29.84%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49373800.240.220.8135513.9516.86
Hex3125260181651163e11
Octal614546030261215431621
Binary110001100101100110011000101101010001101100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312526; }

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

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

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

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

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

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

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

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