Html Css Color HEX #292129 Mardi Gras

📋 copy color: '#292129'

red 41 ◦ green 33 ◦ blue 41

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

Shades of Mardi Gras #292129

Tints of Mardi Gras #292129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 35.65%

R = 35.65%
G = 28.7%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#292129 (or 0x292129) is known color: Mardi Gras. HEX triplet: 29, 21 and 29. RGB value is (41,33,41). Sum of RGB (Red+Green+Blue) = 41+33+41=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #292129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292129 is #D6DED6. Grayscale: #242424. Windows color (decimal): -14081751 or 2695465. OLE color: 2695465.

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

Color convert

RGB 41 33 41 -
CMYK 0 0.20 0 0.84
HSL 300º 0.11% 0.15% -
HSV(B) 300º 0.2% 0.16% -
XYZ 1.86 1.72 2.33 -
YUV 36.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 41 33 41 0 0.20 0 0.84 300 0.11 0.15
Hex 29 21 29 0 14 0 54 12C B F
Octal 51 41 51 0 24 0 124 454 13 17
Binary 101001 100001 101001 0 10100 0 1010100 100101100 1011 1111

Color Harmonies of #292129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292129

Black with #292129

Text Example


Text Example

White with #292129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292129; }

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

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

background-color css

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

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

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

border-color css

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

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

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