#292021

Color #292021 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #292021

Tints of Aubergine #292021

Color information

#292021 (or 0x292021) is unknown color: approx 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

RGB413233-
CMYK00.220.200.84
HSL353.33º12.33%14.31%-
HSV(B)353.33º21.95%16.08%-
XYZ1.711.611.66-
YUV34.8126.98132.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41323300.220.200.84353.3312.3314.31
Hex2920210161454161ce
Octal514041026241245411416
Binary10100110000010000101011010100101010010110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>