#312022

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

Shades of Aubergine #312022

Tints of Aubergine #312022

Color information

#312022 (or 0x312022) is unknown color: approx Aubergine. HEX triplet: 31, 20 and 22. RGB value is (49,32,34). Sum of RGB (Red+Green+Blue) = 49+32+34=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #312022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312022 is #CEDFDD. Grayscale: #252525. Windows color (decimal): -13557726 or 2236465. OLE color: 2236465.

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

Color convert

RGB493234-
CMYK00.350.310.81
HSL352.94º20.99%15.88%-
HSV(B)352.94º34.69%19.22%-
XYZ2.071.81.75-
YUV37.31126.13136.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 34 (13.67% from 255) = 29.57%
R=42.61%
G=27.83%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49323400.350.310.81352.9420.9915.88
Hex3120220231F511611510
Octal614042043371215412520
Binary11000110000010001001000111111110100011011000011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312022; }

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

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

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

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

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

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

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

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