#291C20

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

Shades of Aubergine #291C20

Tints of Aubergine #291C20

Color information

#291C20 (or 0x291C20) is unknown color: approx Aubergine. HEX triplet: 29, 1C and 20. RGB value is (41,28,32). Sum of RGB (Red+Green+Blue) = 41+28+32=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 41 - color contains mainly: red. Hex color #291C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C20 is #D6E3DF. Grayscale: #202020. Windows color (decimal): -14083040 or 2104361. OLE color: 2104361.

HSL color Cylindrical-coordinate representation of color #291C20: hue angle of 341.54º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #291C20 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB412832-
CMYK00.320.220.84
HSL341.54º18.84%13.53%-
HSV(B)341.54º31.71%16.08%-
XYZ1.591.411.55-
YUV32.34127.81134.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.59%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=40.59%
G=27.72%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41283200.320.220.84341.5418.8413.53
Hex291C20020165415613e
Octal513440040261245262316
Binary101001111001000000100000101101010100101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291C20; }

 p { color: rgb(41,28,32); }

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

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

 a { background-color: rgb(41,28,32); }

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

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

 span { border-color: rgb(41,28,32); }

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