#22191D

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

Shades of Aubergine #22191D

Tints of Aubergine #22191D

Color information

#22191D (or 0x22191D) is unknown color: approx Aubergine. HEX triplet: 22, 19 and 1D. RGB value is (34,25,29). Sum of RGB (Red+Green+Blue) = 34+25+29=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 34 - color contains mainly: red. Hex color #22191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22191D is #DDE6E2. Grayscale: #1C1C1C. Windows color (decimal): -14542563 or 1906978. OLE color: 1906978.

HSL color Cylindrical-coordinate representation of color #22191D: hue angle of 333.33º 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 #22191D is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB342529-
CMYK00.260.150.87
HSL333.33º15.25%11.57%-
HSV(B)333.33º26.47%13.33%-
XYZ1.231.121.31-
YUV28.15128.48132.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=38.64%
G=28.41%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34252900.260.150.87333.3315.2511.57
Hex22191D01AF5714dfc
Octal423135032171275151714
Binary10001011001111010110101111101011110100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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