#20191B

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

Shades of Aubergine #20191B

Tints of Aubergine #20191B

Color information

#20191B (or 0x20191B) is unknown color: approx Aubergine. HEX triplet: 20, 19 and 1B. RGB value is (32,25,27). Sum of RGB (Red+Green+Blue) = 32+25+27=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 32 - color contains mainly: red. Hex color #20191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20191B is #DFE6E4. Grayscale: #1B1B1B. Windows color (decimal): -14673637 or 1775904. OLE color: 1775904.

HSL color Cylindrical-coordinate representation of color #20191B: hue angle of 342.86º 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 #20191B is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB322527-
CMYK00.220.160.87
HSL342.86º12.28%11.18%-
HSV(B)342.86º21.88%12.55%-
XYZ1.141.081.19-
YUV27.32127.82131.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 27 (10.94% from 255) = 32.14%
R=38.10%
G=29.76%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32252700.220.160.87342.8612.2811.18
Hex20191B0161057157cb
Octal403133026201275271413
Binary100000110011101101011010000101011110101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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