#292324

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

Shades of Aubergine #292324

Tints of Aubergine #292324

Color information

#292324 (or 0x292324) is unknown color: approx Aubergine. HEX triplet: 29, 23 and 24. RGB value is (41,35,36). Sum of RGB (Red+Green+Blue) = 41+35+36=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 41 - color contains mainly: red. Hex color #292324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292324 is #D6DCDB. Grayscale: #242424. Windows color (decimal): -14081244 or 2368297. OLE color: 2368297.

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

Color convert

RGB413536-
CMYK00.150.120.84
HSL350º7.89%14.9%-
HSV(B)350º14.63%16.08%-
XYZ1.831.81.92-
YUV36.91127.49130.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 36 (14.45% from 255) = 32.14%
R=36.61%
G=31.25%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41353600.150.120.843507.8914.9
Hex2923240FC5415e8f
Octal514344017141245361017
Binary101001100011100100011111100101010010101111010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292324; }

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

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

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

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

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

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

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

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