Html Css Color HEX #29212A Mardi Gras

📋 copy color: '#29212A'

red 41 ◦ green 33 ◦ blue 42

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

Shades of Mardi Gras #29212A

Tints of Mardi Gras #29212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 36.21%

R = 35.34%
G = 28.45%
B = 36.21%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#29212A (or 0x29212A) is known color: Mardi Gras. HEX triplet: 29, 21 and 2A. RGB value is (41,33,42). Sum of RGB (Red+Green+Blue) = 41+33+42=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 42 - color contains mainly: blue. Hex color #29212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29212A is #D6DED5. Grayscale: #242424. Windows color (decimal): -14081750 or 2761001. OLE color: 2761001.

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

Color convert

RGB 41 33 42 -
CMYK 0.02 0.21 0 0.84
HSL 293.33º 0.12% 0.15% -
HSV(B) 293.33º 0.21% 0.16% -
XYZ 1.88 1.73 2.42 -
YUV 36.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 41 33 42 0.02 0.21 0 0.84 293.33 0.12 0.15
Hex 29 21 2A 2 15 0 54 125 C F
Octal 51 41 52 2 25 0 124 445 14 17
Binary 101001 100001 101010 10 10101 0 1010100 100100101 1100 1111

Color Harmonies of #29212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29212A

Black with #29212A

Text Example


Text Example

White with #29212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29212A; }

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

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

background-color css

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

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

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

border-color css

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

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

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