Html Css Color HEX #291E20 Aubergine

📋 copy color: '#291E20'

red 41 ◦ green 30 ◦ blue 32

#291E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #291E20

Tints of Aubergine #291E20

RGB

 RED value IS 41 (16.41% from 255) = 39.81%

 GREEN value IS 30 (12.11% from 255) = 29.13%

 BLUE value IS 32 (12.89% from 255) = 31.07%

R = 39.81%
G = 29.13%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#291E20 (or 0x291E20) is known color: Aubergine. HEX triplet: 29, 1E and 20. RGB value is (41,30,32). Sum of RGB (Red+Green+Blue) = 41+30+32=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 41 - color contains mainly: red. Hex color #291E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E20 is #D6E1DF. Grayscale: #212121. Windows color (decimal): -14082528 or 2104873. OLE color: 2104873.

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

Color convert

RGB 41 30 32 -
CMYK 0 0.27 0.22 0.84
HSL 349.09º 0.15% 0.14% -
HSV(B) 349.09º 0.27% 0.16% -
XYZ 1.64 1.5 1.57 -
YUV 33.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 41 30 32 0 0.27 0.22 0.84 349.09 0.15 0.14
Hex 29 1E 20 0 1B 16 54 15D F E
Octal 51 36 40 0 33 26 124 535 17 16
Binary 101001 11110 100000 0 11011 10110 1010100 101011101 1111 1110

Color Harmonies of #291E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E20

Black with #291E20

Text Example


Text Example

White with #291E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #291E20;
 }
 .AnyTagClassName
 {
   color: #291E20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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