#291F21

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

Shades of Aubergine #291F21

Tints of Aubergine #291F21

Color information

#291F21 (or 0x291F21) is unknown color: approx Aubergine. HEX triplet: 29, 1F and 21. RGB value is (41,31,33). Sum of RGB (Red+Green+Blue) = 41+31+33=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 41 - color contains mainly: red. Hex color #291F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F21 is #D6E0DE. Grayscale: #222222. Windows color (decimal): -14082271 or 2170665. OLE color: 2170665.

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

Color convert

RGB413133-
CMYK00.240.200.84
HSL348º13.89%14.12%-
HSV(B)348º24.39%16.08%-
XYZ1.681.561.65-
YUV34.22127.31132.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=39.05%
G=29.52%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41313300.240.200.8434813.8914.12
Hex291F21018145415cee
Octal513741030241245341616
Binary1010011111110000101100010100101010010101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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