#291B20

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

Shades of Aubergine #291B20

Tints of Aubergine #291B20

Color information

#291B20 (or 0x291B20) is unknown color: approx Aubergine. HEX triplet: 29, 1B and 20. RGB value is (41,27,32). Sum of RGB (Red+Green+Blue) = 41+27+32=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #291B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291B20 is #D6E4DF. Grayscale: #1F1F1F. Windows color (decimal): -14083296 or 2104105. OLE color: 2104105.

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

Color convert

RGB412732-
CMYK00.340.220.84
HSL338.57º20.59%13.33%-
HSV(B)338.57º34.15%16.08%-
XYZ1.571.361.55-
YUV31.76128.14134.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 27 (10.94% from 255) = 27%
BLUE value IS 32 (12.89% from 255) = 32%
R=41%
G=27%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41273200.340.220.84338.5720.5913.33
Hex291B20022165415315d
Octal513340042261245232515
Binary101001110111000000100010101101010100101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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