#22191C

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

Shades of Aubergine #22191C

Tints of Aubergine #22191C

Color information

#22191C (or 0x22191C) is unknown color: approx Aubergine. HEX triplet: 22, 19 and 1C. RGB value is (34,25,28). Sum of RGB (Red+Green+Blue) = 34+25+28=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 34 - color contains mainly: red. Hex color #22191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22191C is #DDE6E3. Grayscale: #1C1C1C. Windows color (decimal): -14542564 or 1841442. OLE color: 1841442.

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

Color convert

RGB342528-
CMYK00.260.180.87
HSL340º15.25%11.57%-
HSV(B)340º26.47%13.33%-
XYZ1.221.121.25-
YUV28.03127.98132.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.08%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=39.08%
G=28.74%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34252800.260.180.8734015.2511.57
Hex22191C01A1257154fc
Octal423134032221275241714
Binary100010110011110001101010010101011110101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22191C; }

 p { color: rgb(34,25,28); }

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

<style>
 a { background-color: #22191C; }

 a { background-color: rgb(34,25,28); }

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

<style>
 span { border-color: #22191C; }

 span { border-color: rgb(34,25,28); }

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