#22161A

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

Shades of Aubergine #22161A

Tints of Aubergine #22161A

Color information

#22161A (or 0x22161A) is unknown color: approx Aubergine. HEX triplet: 22, 16 and 1A. RGB value is (34,22,26). Sum of RGB (Red+Green+Blue) = 34+22+26=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 34 - color contains mainly: red. Hex color #22161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22161A is #DDE9E5. Grayscale: #1A1A1A. Windows color (decimal): -14543334 or 1709602. OLE color: 1709602.

HSL color Cylindrical-coordinate representation of color #22161A: hue angle of 340º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #22161A is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB342226-
CMYK00.350.240.87
HSL340º21.43%10.98%-
HSV(B)340º35.29%13.33%-
XYZ1.130.991.11-
YUV26.04127.98133.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 26 (10.55% from 255) = 31.71%
R=41.46%
G=26.83%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34222600.350.240.8734021.4310.98
Hex22161A023185715415b
Octal422632043301275242513
Binary10001010110110100100011110001010111101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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