#291C21

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

Shades of Aubergine #291C21

Tints of Aubergine #291C21

Color information

#291C21 (or 0x291C21) is unknown color: approx Aubergine. HEX triplet: 29, 1C and 21. RGB value is (41,28,33). Sum of RGB (Red+Green+Blue) = 41+28+33=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 41 - color contains mainly: red. Hex color #291C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C21 is #D6E3DE. Grayscale: #202020. Windows color (decimal): -14083039 or 2169897. OLE color: 2169897.

HSL color Cylindrical-coordinate representation of color #291C21: hue angle of 336.92º 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 #291C21 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB412833-
CMYK00.320.200.84
HSL336.92º18.84%13.53%-
HSV(B)336.92º31.71%16.08%-
XYZ1.61.411.63-
YUV32.46128.31134.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=40.20%
G=27.45%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41283300.320.200.84336.9218.8413.53
Hex291C21020145415113e
Octal513441040241245212316
Binary101001111001000010100000101001010100101010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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