#211A1C

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

Shades of Aubergine #211A1C

Tints of Aubergine #211A1C

Color information

#211A1C (or 0x211A1C) is unknown color: approx Aubergine. HEX triplet: 21, 1A and 1C. RGB value is (33,26,28). Sum of RGB (Red+Green+Blue) = 33+26+28=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 33 - color contains mainly: red. Hex color #211A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A1C is #DEE5E3. Grayscale: #1C1C1C. Windows color (decimal): -14607844 or 1841697. OLE color: 1841697.

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

Color convert

RGB332628-
CMYK00.210.150.87
HSL342.86º11.86%11.57%-
HSV(B)342.86º21.21%12.94%-
XYZ1.211.151.26-
YUV28.32127.82131.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 26 (10.55% from 255) = 29.89%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=37.93%
G=29.89%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33262800.210.150.87342.8611.8611.57
Hex211A1C015F57157cc
Octal413234025171275271414
Binary10000111010111000101011111101011110101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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