#201D1E

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

Shades of Aubergine #201D1E

Tints of Aubergine #201D1E

Color information

#201D1E (or 0x201D1E) is unknown color: approx Aubergine. HEX triplet: 20, 1D and 1E. RGB value is (32,29,30). Sum of RGB (Red+Green+Blue) = 32+29+30=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 32 - color contains mainly: red. Hex color #201D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D1E is #DFE2E1. Grayscale: #1E1E1E. Windows color (decimal): -14672610 or 1973536. OLE color: 1973536.

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

Color convert

RGB322930-
CMYK00.090.060.87
HSL340º4.92%11.96%-
HSV(B)340º9.38%12.55%-
XYZ1.271.281.41-
YUV30.01127.99129.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.16%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=35.16%
G=31.87%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32293000.090.060.873404.9211.96
Hex201D1E096571545c
Octal4035360116127524514
Binary10000011101111100100111010101111010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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