#312425

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

Shades of Aubergine #312425

Tints of Aubergine #312425

Color information

#312425 (or 0x312425) is unknown color: approx Aubergine. HEX triplet: 31, 24 and 25. RGB value is (49,36,37). Sum of RGB (Red+Green+Blue) = 49+36+37=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312425 is #CEDBDA. Grayscale: #282828. Windows color (decimal): -13556699 or 2434097. OLE color: 2434097.

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

Color convert

RGB493637-
CMYK00.270.240.81
HSL355.38º15.29%16.67%-
HSV(B)355.38º26.53%19.22%-
XYZ2.232.052.03-
YUV40126.31134.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=40.16%
G=29.51%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49363700.270.240.81355.3815.2916.67
Hex31242501B1851163f11
Octal614445033301215431721
Binary110001100100100101011011110001010001101100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312425; }

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

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

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

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

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

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

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

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