#29191E

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

Shades of Aubergine #29191E

Tints of Aubergine #29191E

Color information

#29191E (or 0x29191E) is unknown color: approx Aubergine. HEX triplet: 29, 19 and 1E. RGB value is (41,25,30). Sum of RGB (Red+Green+Blue) = 41+25+30=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #29191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29191E is #D6E6E1. Grayscale: #1E1E1E. Windows color (decimal): -14083810 or 1972521. OLE color: 1972521.

HSL color Cylindrical-coordinate representation of color #29191E: hue angle of 341.25º 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 #29191E is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB412530-
CMYK00.390.270.84
HSL341.25º24.24%12.94%-
HSV(B)341.25º39.02%16.08%-
XYZ1.51.261.39-
YUV30.35127.8135.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=42.71%
G=26.04%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41253000.390.270.84341.2524.2412.94
Hex29191E0271B5415518d
Octal513136047331245253015
Binary10100111001111100100111110111010100101010101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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