Html Css Color HEX #292122 Aubergine

📋 copy color: '#292122'

red 41 ◦ green 33 ◦ blue 34

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

Shades of Aubergine #292122

Tints of Aubergine #292122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.56%

 BLUE value IS 34 (13.67% from 255) = 31.48%

R = 37.96%
G = 30.56%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#292122 (or 0x292122) is known color: Aubergine. HEX triplet: 29, 21 and 22. RGB value is (41,33,34). Sum of RGB (Red+Green+Blue) = 41+33+34=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 41 - color contains mainly: red. Hex color #292122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292122 is #D6DEDD. Grayscale: #232323. Windows color (decimal): -14081758 or 2236713. OLE color: 2236713.

HSL color Cylindrical-coordinate representation of color #292122: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #292122 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 33 34 -
CMYK 0 0.20 0.17 0.84
HSL 352.5º 0.11% 0.15% -
HSV(B) 352.5º 0.2% 0.16% -
XYZ 1.75 1.67 1.74 -
YUV 35.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 41 33 34 0 0.20 0.17 0.84 352.5 0.11 0.15
Hex 29 21 22 0 14 11 54 160 B F
Octal 51 41 42 0 24 21 124 540 13 17
Binary 101001 100001 100010 0 10100 10001 1010100 101100000 1011 1111

Color Harmonies of #292122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292122

Black with #292122

Text Example


Text Example

White with #292122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292122; }

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

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

background-color css

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

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

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

border-color css

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

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

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