Html Css Color HEX #292124 Aubergine

📋 copy color: '#292124'

red 41 ◦ green 33 ◦ blue 36

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

Shades of Aubergine #292124

Tints of Aubergine #292124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.73%

R = 37.27%
G = 30%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#292124 (or 0x292124) is known color: Aubergine. HEX triplet: 29, 21 and 24. RGB value is (41,33,36). Sum of RGB (Red+Green+Blue) = 41+33+36=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 41 - color contains mainly: red. Hex color #292124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292124 is #D6DEDB. Grayscale: #232323. Windows color (decimal): -14081756 or 2367785. OLE color: 2367785.

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

Color convert

RGB 41 33 36 -
CMYK 0 0.20 0.12 0.84
HSL 337.5º 0.11% 0.15% -
HSV(B) 337.5º 0.2% 0.16% -
XYZ 1.78 1.69 1.9 -
YUV 35.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 41 33 36 0 0.20 0.12 0.84 337.5 0.11 0.15
Hex 29 21 24 0 14 C 54 152 B F
Octal 51 41 44 0 24 14 124 522 13 17
Binary 101001 100001 100100 0 10100 1100 1010100 101010010 1011 1111

Color Harmonies of #292124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292124

Black with #292124

Text Example


Text Example

White with #292124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292124; }

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

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

background-color css

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

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

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

border-color css

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

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

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