#312225

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

Shades of Aubergine #312225

Tints of Aubergine #312225

Color information

#312225 (or 0x312225) is unknown color: approx Aubergine. HEX triplet: 31, 22 and 25. RGB value is (49,34,37). Sum of RGB (Red+Green+Blue) = 49+34+37=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312225 is #CEDDDA. Grayscale: #262626. Windows color (decimal): -13557211 or 2433585. OLE color: 2433585.

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

Color convert

RGB493437-
CMYK00.310.240.81
HSL348º18.07%16.27%-
HSV(B)348º30.61%19.22%-
XYZ2.171.932.01-
YUV38.83126.97135.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=40.83%
G=28.33%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49343700.310.240.8134818.0716.27
Hex31222501F185115c1210
Octal614245037301215342220
Binary1100011000101001010111111100010100011010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312225; }

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

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

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

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

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

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

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

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