#21161B

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

Shades of Aubergine #21161B

Tints of Aubergine #21161B

Color information

#21161B (or 0x21161B) is unknown color: approx Aubergine. HEX triplet: 21, 16 and 1B. RGB value is (33,22,27). Sum of RGB (Red+Green+Blue) = 33+22+27=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #21161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21161B is #DEE9E4. Grayscale: #191919. Windows color (decimal): -14608869 or 1775137. OLE color: 1775137.

HSL color Cylindrical-coordinate representation of color #21161B: hue angle of 332.73º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #21161B is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB332227-
CMYK00.330.180.87
HSL332.73º20%10.78%-
HSV(B)332.73º33.33%12.94%-
XYZ1.110.981.17-
YUV25.86128.64133.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 27 (10.94% from 255) = 32.93%
R=40.24%
G=26.83%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33222700.330.180.87332.732010.78
Hex21161B021125714d14b
Octal412633041221275152413
Binary10000110110110110100001100101010111101001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21161B; }

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

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

<style>
 a { background-color: #21161B; }

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

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

<style>
 span { border-color: #21161B; }

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

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