#312125

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

Shades of Aubergine #312125

Tints of Aubergine #312125

Color information

#312125 (or 0x312125) is unknown color: approx Aubergine. HEX triplet: 31, 21 and 25. RGB value is (49,33,37). Sum of RGB (Red+Green+Blue) = 49+33+37=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #312125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312125 is #CEDEDA. Grayscale: #262626. Windows color (decimal): -13557467 or 2433329. OLE color: 2433329.

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

Color convert

RGB493337-
CMYK00.330.240.81
HSL345º19.51%16.08%-
HSV(B)345º32.65%19.22%-
XYZ2.141.872-
YUV38.24127.3135.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=41.18%
G=27.73%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49333700.330.240.8134519.5116.08
Hex31212502118511591410
Octal614145041301215312420
Binary11000110000110010101000011100010100011010110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312125; }

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

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

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

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

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

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

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

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