#312025

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

Shades of Aubergine #312025

Tints of Aubergine #312025

Color information

#312025 (or 0x312025) is unknown color: approx Aubergine. HEX triplet: 31, 20 and 25. RGB value is (49,32,37). Sum of RGB (Red+Green+Blue) = 49+32+37=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312025 is #CEDFDA. Grayscale: #252525. Windows color (decimal): -13557723 or 2433073. OLE color: 2433073.

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

Color convert

RGB493237-
CMYK00.350.240.81
HSL342.35º20.99%15.88%-
HSV(B)342.35º34.69%19.22%-
XYZ2.121.821.99-
YUV37.65127.63136.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=41.53%
G=27.12%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49323700.350.240.81342.3520.9915.88
Hex31202502318511561510
Octal614045043301215262520
Binary11000110000010010101000111100010100011010101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312025; }

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

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

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

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

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

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

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

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