#292224

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

Shades of Aubergine #292224

Tints of Aubergine #292224

Color information

#292224 (or 0x292224) is unknown color: approx Aubergine. HEX triplet: 29, 22 and 24. RGB value is (41,34,36). Sum of RGB (Red+Green+Blue) = 41+34+36=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 41 - color contains mainly: red. Hex color #292224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292224 is #D6DDDB. Grayscale: #242424. Windows color (decimal): -14081500 or 2368041. OLE color: 2368041.

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

Color convert

RGB413436-
CMYK00.170.120.84
HSL342.86º9.33%14.71%-
HSV(B)342.86º17.07%16.08%-
XYZ1.81.741.91-
YUV36.32127.82131.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.94%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=36.94%
G=30.63%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41343600.170.120.84342.869.3314.71
Hex292224011C541579f
Octal514244021141245271117
Binary1010011000101001000100011100101010010101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292224; }

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

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

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

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

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

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

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

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