#292022

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

Shades of Aubergine #292022

Tints of Aubergine #292022

Color information

#292022 (or 0x292022) is unknown color: approx Aubergine. HEX triplet: 29, 20 and 22. RGB value is (41,32,34). Sum of RGB (Red+Green+Blue) = 41+32+34=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 41 - color contains mainly: red. Hex color #292022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292022 is #D6DFDD. Grayscale: #222222. Windows color (decimal): -14082014 or 2236457. OLE color: 2236457.

HSL color Cylindrical-coordinate representation of color #292022: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #292022 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB413234-
CMYK00.220.170.84
HSL346.67º12.33%14.31%-
HSV(B)346.67º21.95%16.08%-
XYZ1.721.621.74-
YUV34.92127.48132.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 34 (13.67% from 255) = 31.78%
R=38.32%
G=29.91%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41323400.220.170.84346.6712.3314.31
Hex292022016115415bce
Octal514042026211245331416
Binary10100110000010001001011010001101010010101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292022; }

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

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

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

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

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

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

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

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