#201B1C

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

Shades of Aubergine #201B1C

Tints of Aubergine #201B1C

Color information

#201B1C (or 0x201B1C) is unknown color: approx Aubergine. HEX triplet: 20, 1B and 1C. RGB value is (32,27,28). Sum of RGB (Red+Green+Blue) = 32+27+28=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 32 - color contains mainly: red. Hex color #201B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B1C is #DFE4E3. Grayscale: #1C1C1C. Windows color (decimal): -14673124 or 1841952. OLE color: 1841952.

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

Color convert

RGB322728-
CMYK00.160.120.87
HSL348º8.47%11.57%-
HSV(B)348º15.62%12.55%-
XYZ1.21.171.26-
YUV28.61127.66130.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=36.78%
G=31.03%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32272800.160.120.873488.4711.57
Hex201B1C010C5715c8c
Octal403334020141275341014
Binary10000011011111000100001100101011110101110010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201B1C; }

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

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

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

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

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

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

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

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