#29191D

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

Shades of Aubergine #29191D

Tints of Aubergine #29191D

Color information

#29191D (or 0x29191D) is unknown color: approx Aubergine. HEX triplet: 29, 19 and 1D. RGB value is (41,25,29). Sum of RGB (Red+Green+Blue) = 41+25+29=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 41 - color contains mainly: red. Hex color #29191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29191D is #D6E6E2. Grayscale: #1E1E1E. Windows color (decimal): -14083811 or 1906985. OLE color: 1906985.

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

Color convert

RGB412529-
CMYK00.390.290.84
HSL345º24.24%12.94%-
HSV(B)345º39.02%16.08%-
XYZ1.481.261.33-
YUV30.24127.3135.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.16%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=43.16%
G=26.32%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41252900.390.290.8434524.2412.94
Hex29191D0271D5415918d
Octal513135047351245313015
Binary10100111001111010100111111011010100101011001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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