Html Css Color HEX #29212B Mardi Gras

📋 copy color: '#29212B'

red 41 ◦ green 33 ◦ blue 43

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

Shades of Mardi Gras #29212B

Tints of Mardi Gras #29212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.75%

R = 35.04%
G = 28.21%
B = 36.75%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29212B (or 0x29212B) is known color: Mardi Gras. HEX triplet: 29, 21 and 2B. RGB value is (41,33,43). Sum of RGB (Red+Green+Blue) = 41+33+43=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 43 - color contains mainly: blue. Hex color #29212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29212B is #D6DED4. Grayscale: #242424. Windows color (decimal): -14081749 or 2826537. OLE color: 2826537.

HSL color Cylindrical-coordinate representation of color #29212B: hue angle of 288º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #29212B is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 41 33 43 -
CMYK 0.05 0.23 0 0.83
HSL 288º 0.13% 0.15% -
HSV(B) 288º 0.23% 0.17% -
XYZ 1.89 1.73 2.52 -
YUV 36.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 41 33 43 0.05 0.23 0 0.83 288 0.13 0.15
Hex 29 21 2B 5 17 0 53 120 D F
Octal 51 41 53 5 27 0 123 440 15 17
Binary 101001 100001 101011 101 10111 0 1010011 100100000 1101 1111

Color Harmonies of #29212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29212B

Black with #29212B

Text Example


Text Example

White with #29212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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