Html Css Color HEX #292021 Aubergine

📋 copy color: '#292021'

red 41 ◦ green 32 ◦ blue 33

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

Shades of Aubergine #292021

Tints of Aubergine #292021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.19%

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

R = 38.68%
G = 30.19%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#292021 (or 0x292021) is known color: Aubergine. HEX triplet: 29, 20 and 21. RGB value is (41,32,33). Sum of RGB (Red+Green+Blue) = 41+32+33=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 41 - color contains mainly: red. Hex color #292021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292021 is #D6DFDE. Grayscale: #222222. Windows color (decimal): -14082015 or 2170921. OLE color: 2170921.

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

Color convert

RGB 41 32 33 -
CMYK 0 0.22 0.20 0.84
HSL 353.33º 0.12% 0.14% -
HSV(B) 353.33º 0.22% 0.16% -
XYZ 1.71 1.61 1.66 -
YUV 34.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 41 32 33 0 0.22 0.20 0.84 353.33 0.12 0.14
Hex 29 20 21 0 16 14 54 161 C E
Octal 51 40 41 0 26 24 124 541 14 16
Binary 101001 100000 100001 0 10110 10100 1010100 101100001 1100 1110

Color Harmonies of #292021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292021

Black with #292021

Text Example


Text Example

White with #292021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292021; }

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

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

background-color css

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

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

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

border-color css

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

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

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