#29212B

Color #29212B Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #29212B

Tints of Mardi Gras #29212B

Color information

#29212B (or 0x29212B) is unknown color: approx 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

RGB413343-
CMYK0.050.2300.83
HSL288º13.16%14.9%-
HSV(B)288º23.26%16.86%-
XYZ1.891.732.52-
YUV36.53131.65131.19-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4133430.050.2300.8328813.1614.9
Hex29212B517053120df
Octal51415352701234401517
Binary101001100001101011101101110101001110010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>