#211B1D

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

Shades of Aubergine #211B1D

Tints of Aubergine #211B1D

Color information

#211B1D (or 0x211B1D) is unknown color: approx Aubergine. HEX triplet: 21, 1B and 1D. RGB value is (33,27,29). Sum of RGB (Red+Green+Blue) = 33+27+29=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 33 - color contains mainly: red. Hex color #211B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B1D is #DEE4E2. Grayscale: #1D1D1D. Windows color (decimal): -14607587 or 1907489. OLE color: 1907489.

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

Color convert

RGB332729-
CMYK00.180.120.87
HSL340º10%11.76%-
HSV(B)340º18.18%12.94%-
XYZ1.241.21.33-
YUV29.02127.99130.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 27 (10.94% from 255) = 30.34%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=37.08%
G=30.34%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33272900.180.120.873401011.76
Hex211B1D012C57154ac
Octal413335022141275241214
Binary10000111011111010100101100101011110101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,27,29); }

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

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

 a { background-color: rgb(33,27,29); }

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

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

 span { border-color: rgb(33,27,29); }

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