#312021

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

Shades of Aubergine #312021

Tints of Aubergine #312021

Color information

#312021 (or 0x312021) is unknown color: approx Aubergine. HEX triplet: 31, 20 and 21. RGB value is (49,32,33). Sum of RGB (Red+Green+Blue) = 49+32+33=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #312021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312021 is #CEDFDE. Grayscale: #252525. Windows color (decimal): -13557727 or 2170929. OLE color: 2170929.

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

Color convert

RGB493233-
CMYK00.350.330.81
HSL356.47º20.99%15.88%-
HSV(B)356.47º34.69%19.22%-
XYZ2.061.81.68-
YUV37.2125.63136.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=42.98%
G=28.07%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49323300.350.330.81356.4720.9915.88
Hex31202102321511641510
Octal614041043411215442520
Binary110001100000100001010001110000110100011011001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312021; }

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

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

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

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

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

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

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

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