Html Css Color HEX #291D20 Aubergine

📋 copy color: '#291D20'

red 41 ◦ green 29 ◦ blue 32

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

Shades of Aubergine #291D20

Tints of Aubergine #291D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.43%

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

R = 40.2%
G = 28.43%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#291D20 (or 0x291D20) is known color: Aubergine. HEX triplet: 29, 1D and 20. RGB value is (41,29,32). Sum of RGB (Red+Green+Blue) = 41+29+32=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 41 - color contains mainly: red. Hex color #291D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D20 is #D6E2DF. Grayscale: #202020. Windows color (decimal): -14082784 or 2104617. OLE color: 2104617.

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

Color convert

RGB 41 29 32 -
CMYK 0 0.29 0.22 0.84
HSL 345º 0.17% 0.14% -
HSV(B) 345º 0.29% 0.16% -
XYZ 1.61 1.45 1.56 -
YUV 32.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 41 29 32 0 0.29 0.22 0.84 345 0.17 0.14
Hex 29 1D 20 0 1D 16 54 159 11 E
Octal 51 35 40 0 35 26 124 531 21 16
Binary 101001 11101 100000 0 11101 10110 1010100 101011001 10001 1110

Color Harmonies of #291D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D20

Black with #291D20

Text Example


Text Example

White with #291D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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