Html Css Color HEX #29191D Aubergine

📋 copy color: '#29191D'

red 41 ◦ green 25 ◦ blue 29

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

Shades of Aubergine #29191D

Tints of Aubergine #29191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.32%

 BLUE value IS 29 (11.72% from 255) = 30.53%

R = 43.16%
G = 26.32%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#29191D (or 0x29191D) is known color: Aubergine. HEX triplet: 29, 19 and 1D. RGB value is (41,25,29). Sum of RGB (Red+Green+Blue) = 41+25+29=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 41 - color contains mainly: red. Hex color #29191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29191D is #D6E6E2. Grayscale: #1E1E1E. Windows color (decimal): -14083811 or 1906985. OLE color: 1906985.

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

Color convert

RGB 41 25 29 -
CMYK 0 0.39 0.29 0.84
HSL 345º 0.24% 0.13% -
HSV(B) 345º 0.39% 0.16% -
XYZ 1.48 1.26 1.33 -
YUV 30.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 41 25 29 0 0.39 0.29 0.84 345 0.24 0.13
Hex 29 19 1D 0 27 1D 54 159 18 D
Octal 51 31 35 0 47 35 124 531 30 15
Binary 101001 11001 11101 0 100111 11101 1010100 101011001 11000 1101

Color Harmonies of #29191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29191D

Black with #29191D

Text Example


Text Example

White with #29191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29191D; }

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

 H1.HeaderClassName
 {
   color: #29191D;
 }
 .AnyTagClassName
 {
   color: #29191D;
 }
</style>

background-color css

<style>
 a { background-color: #29191D; }

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

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

border-color css

<style>
 span { border-color: #29191D; }

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

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