#292122

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

Shades of Aubergine #292122

Tints of Aubergine #292122

Color information

#292122 (or 0x292122) is unknown color: approx Aubergine. HEX triplet: 29, 21 and 22. RGB value is (41,33,34). Sum of RGB (Red+Green+Blue) = 41+33+34=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 41 - color contains mainly: red. Hex color #292122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292122 is #D6DEDD. Grayscale: #232323. Windows color (decimal): -14081758 or 2236713. OLE color: 2236713.

HSL color Cylindrical-coordinate representation of color #292122: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #292122 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB413334-
CMYK00.200.170.84
HSL352.5º10.81%14.51%-
HSV(B)352.5º19.51%16.08%-
XYZ1.751.671.74-
YUV35.51127.15131.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 34 (13.67% from 255) = 31.48%
R=37.96%
G=30.56%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41333400.200.170.84352.510.8114.51
Hex2921220141154160bf
Octal514142024211245401317
Binary10100110000110001001010010001101010010110000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292122; }

 p { color: rgb(41,33,34); }

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

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

 a { background-color: rgb(41,33,34); }

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

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

 span { border-color: rgb(41,33,34); }

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