#29181D

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

Shades of Aubergine #29181D

Tints of Aubergine #29181D

Color information

#29181D (or 0x29181D) is unknown color: approx Aubergine. HEX triplet: 29, 18 and 1D. RGB value is (41,24,29). Sum of RGB (Red+Green+Blue) = 41+24+29=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #29181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29181D is #D6E7E2. Grayscale: #1D1D1D. Windows color (decimal): -14084067 or 1906729. OLE color: 1906729.

HSL color Cylindrical-coordinate representation of color #29181D: hue angle of 342.35º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29181D is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB412429-
CMYK00.410.290.84
HSL342.35º26.15%12.75%-
HSV(B)342.35º41.46%16.08%-
XYZ1.461.211.32-
YUV29.65127.63136.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=43.62%
G=25.53%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41242900.410.290.84342.3526.1512.75
Hex29181D0291D541561ad
Octal513035051351245263215
Binary10100111000111010101001111011010100101010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,24,29); }

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

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

 a { background-color: rgb(41,24,29); }

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

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

 span { border-color: rgb(41,24,29); }

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