Html Css Color HEX #292229 Mardi Gras

📋 copy color: '#292229'

red 41 ◦ green 34 ◦ blue 41

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

Shades of Mardi Gras #292229

Tints of Mardi Gras #292229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.31%

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

R = 35.34%
G = 29.31%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#292229 (or 0x292229) is known color: Mardi Gras. HEX triplet: 29, 22 and 29. RGB value is (41,34,41). Sum of RGB (Red+Green+Blue) = 41+34+41=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #292229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292229 is #D6DDD6. Grayscale: #242424. Windows color (decimal): -14081495 or 2695721. OLE color: 2695721.

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

Color convert

RGB 41 34 41 -
CMYK 0 0.17 0 0.84
HSL 300º 0.09% 0.15% -
HSV(B) 300º 0.17% 0.16% -
XYZ 1.89 1.78 2.34 -
YUV 36.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 41 34 41 0 0.17 0 0.84 300 0.09 0.15
Hex 29 22 29 0 11 0 54 12C 9 F
Octal 51 42 51 0 21 0 124 454 11 17
Binary 101001 100010 101001 0 10001 0 1010100 100101100 1001 1111

Color Harmonies of #292229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292229

Black with #292229

Text Example


Text Example

White with #292229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292229; }

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

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

background-color css

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

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

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

border-color css

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

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

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