#20181B

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

Shades of Aubergine #20181B

Tints of Aubergine #20181B

Color information

#20181B (or 0x20181B) is unknown color: approx Aubergine. HEX triplet: 20, 18 and 1B. RGB value is (32,24,27). Sum of RGB (Red+Green+Blue) = 32+24+27=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 32 - color contains mainly: red. Hex color #20181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20181B is #DFE7E4. Grayscale: #1A1A1A. Windows color (decimal): -14673893 or 1775648. OLE color: 1775648.

HSL color Cylindrical-coordinate representation of color #20181B: hue angle of 337.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #20181B is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB322427-
CMYK00.250.160.87
HSL337.5º14.29%10.98%-
HSV(B)337.5º25%12.55%-
XYZ1.121.041.18-
YUV26.73128.15131.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=38.55%
G=28.92%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32242700.250.160.87337.514.2910.98
Hex20181B0191057152eb
Octal403033031201275221613
Binary100000110001101101100110000101011110101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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