#21161A

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

Shades of Aubergine #21161A

Tints of Aubergine #21161A

Color information

#21161A (or 0x21161A) is unknown color: approx Aubergine. HEX triplet: 21, 16 and 1A. RGB value is (33,22,26). Sum of RGB (Red+Green+Blue) = 33+22+26=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #21161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21161A is #DEE9E5. Grayscale: #191919. Windows color (decimal): -14608870 or 1709601. OLE color: 1709601.

HSL color Cylindrical-coordinate representation of color #21161A: hue angle of 338.18º 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 #21161A is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB332226-
CMYK00.330.210.87
HSL338.18º20%10.78%-
HSV(B)338.18º33.33%12.94%-
XYZ1.10.971.11-
YUV25.74128.14133.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=40.74%
G=27.16%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33222600.330.210.87338.182010.78
Hex21161A021155715214b
Octal412632041251275222413
Binary10000110110110100100001101011010111101010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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