#20191C

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

Shades of Aubergine #20191C

Tints of Aubergine #20191C

Color information

#20191C (or 0x20191C) is unknown color: approx Aubergine. HEX triplet: 20, 19 and 1C. RGB value is (32,25,28). Sum of RGB (Red+Green+Blue) = 32+25+28=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 32 - color contains mainly: red. Hex color #20191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20191C is #DFE6E3. Grayscale: #1B1B1B. Windows color (decimal): -14673636 or 1841440. OLE color: 1841440.

HSL color Cylindrical-coordinate representation of color #20191C: hue angle of 334.29º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #20191C is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB322528-
CMYK00.220.120.87
HSL334.29º12.28%11.18%-
HSV(B)334.29º21.88%12.55%-
XYZ1.151.091.25-
YUV27.44128.32131.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=37.65%
G=29.41%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32252800.220.120.87334.2912.2811.18
Hex20191C016C5714ecb
Octal403134026141275161413
Binary10000011001111000101101100101011110100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20191C; }

 p { color: rgb(32,25,28); }

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

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

 a { background-color: rgb(32,25,28); }

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

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

 span { border-color: rgb(32,25,28); }

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