#201C1D

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

Shades of Aubergine #201C1D

Tints of Aubergine #201C1D

Color information

#201C1D (or 0x201C1D) is unknown color: approx Aubergine. HEX triplet: 20, 1C and 1D. RGB value is (32,28,29). Sum of RGB (Red+Green+Blue) = 32+28+29=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 32 - color contains mainly: red. Hex color #201C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C1D is #DFE3E2. Grayscale: #1D1D1D. Windows color (decimal): -14672867 or 1907744. OLE color: 1907744.

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

Color convert

RGB322829-
CMYK00.120.090.87
HSL345º6.67%11.76%-
HSV(B)345º12.5%12.55%-
XYZ1.231.231.33-
YUV29.31127.83129.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=35.96%
G=31.46%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32282900.120.090.873456.6711.76
Hex201C1D0C9571597c
Octal40343501411127531714
Binary100000111001110101100100110101111010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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