Html Css Color HEX #291E21 Aubergine

📋 copy color: '#291E21'

red 41 ◦ green 30 ◦ blue 33

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

Shades of Aubergine #291E21

Tints of Aubergine #291E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 31.73%

R = 39.42%
G = 28.85%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#291E21 (or 0x291E21) is known color: Aubergine. HEX triplet: 29, 1E and 21. RGB value is (41,30,33). Sum of RGB (Red+Green+Blue) = 41+30+33=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 41 - color contains mainly: red. Hex color #291E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E21 is #D6E1DE. Grayscale: #212121. Windows color (decimal): -14082527 or 2170409. OLE color: 2170409.

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

Color convert

RGB 41 30 33 -
CMYK 0 0.27 0.20 0.84
HSL 343.64º 0.15% 0.14% -
HSV(B) 343.64º 0.27% 0.16% -
XYZ 1.65 1.51 1.64 -
YUV 33.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 41 30 33 0 0.27 0.20 0.84 343.64 0.15 0.14
Hex 29 1E 21 0 1B 14 54 158 F E
Octal 51 36 41 0 33 24 124 530 17 16
Binary 101001 11110 100001 0 11011 10100 1010100 101011000 1111 1110

Color Harmonies of #291E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E21

Black with #291E21

Text Example


Text Example

White with #291E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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