#312527

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

Shades of Aubergine #312527

Tints of Aubergine #312527

Color information

#312527 (or 0x312527) is unknown color: approx Aubergine. HEX triplet: 31, 25 and 27. RGB value is (49,37,39). Sum of RGB (Red+Green+Blue) = 49+37+39=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312527 is #CEDAD8. Grayscale: #282828. Windows color (decimal): -13556441 or 2565425. OLE color: 2565425.

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

Color convert

RGB493739-
CMYK00.240.200.81
HSL350º13.95%16.86%-
HSV(B)350º24.49%19.22%-
XYZ2.292.122.21-
YUV40.82126.98133.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=39.2%
G=29.6%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49373900.240.200.8135013.9516.86
Hex312527018145115ee11
Octal614547030241215361621
Binary110001100101100111011000101001010001101011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312527; }

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

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

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

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

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

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

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

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