#201A1C

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

Shades of Aubergine #201A1C

Tints of Aubergine #201A1C

Color information

#201A1C (or 0x201A1C) is unknown color: approx Aubergine. HEX triplet: 20, 1A and 1C. RGB value is (32,26,28). Sum of RGB (Red+Green+Blue) = 32+26+28=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 32 - color contains mainly: red. Hex color #201A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A1C is #DFE5E3. Grayscale: #1C1C1C. Windows color (decimal): -14673380 or 1841696. OLE color: 1841696.

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

Color convert

RGB322628-
CMYK00.190.120.87
HSL340º10.34%11.37%-
HSV(B)340º18.75%12.55%-
XYZ1.171.131.25-
YUV28.02127.99130.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 26 (10.55% from 255) = 30.23%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=37.21%
G=30.23%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32262800.190.120.8734010.3411.37
Hex201A1C013C57154ab
Octal403234023141275241213
Binary10000011010111000100111100101011110101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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