#211C1E

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

Shades of Aubergine #211C1E

Tints of Aubergine #211C1E

Color information

#211C1E (or 0x211C1E) is unknown color: approx Aubergine. HEX triplet: 21, 1C and 1E. RGB value is (33,28,30). Sum of RGB (Red+Green+Blue) = 33+28+30=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 33 - color contains mainly: red. Hex color #211C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C1E is #DEE3E1. Grayscale: #1D1D1D. Windows color (decimal): -14607330 or 1973281. OLE color: 1973281.

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

Color convert

RGB332830-
CMYK00.150.090.87
HSL336º8.2%11.96%-
HSV(B)336º15.15%12.94%-
XYZ1.281.251.4-
YUV29.72128.16130.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=36.26%
G=30.77%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33283000.150.090.873368.211.96
Hex211C1E0F9571508c
Octal413436017111275201014
Binary1000011110011110011111001101011110101000010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211C1E; }

 p { color: rgb(33,28,30); }

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

<style>
 a { background-color: #211C1E; }

 a { background-color: rgb(33,28,30); }

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

<style>
 span { border-color: #211C1E; }

 span { border-color: rgb(33,28,30); }

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