#29212A

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

Shades of Mardi Gras #29212A

Tints of Mardi Gras #29212A

Color information

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

RGB413342-
CMYK0.020.2100.84
HSL293.33º12%14.71%-
HSV(B)293.33º21.43%16.47%-
XYZ1.881.732.42-
YUV36.42131.15131.27-

RGB Variations

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

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.80% from 255) = 36.21%
R=35.34%
G=28.45%
B=36.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4133420.020.2100.84293.331214.71
Hex29212A215054125cf
Octal51415222501244451417
Binary10100110000110101010101010101010010010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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