#29042B

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

Shades of Mardi Gras #29042B

Tints of Mardi Gras #29042B

Color information

#29042B (or 0x29042B) is unknown color: approx Mardi Gras. HEX triplet: 29, 04 and 2B. RGB value is (41,4,43). Sum of RGB (Red+Green+Blue) = 41+4+43=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #29042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29042B is #D6FBD4. Grayscale: #131313. Windows color (decimal): -14089173 or 2819113. OLE color: 2819113.

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

Color convert

RGB41443-
CMYK0.050.9100.83
HSL296.92º82.98%9.22%-
HSV(B)296.92º90.7%16.86%-
XYZ1.390.732.35-
YUV19.51141.26143.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.59%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 43 (17.19% from 255) = 48.86%
R=46.59%
G=4.55%
B=48.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal414430.050.9100.83296.9282.989.22
Hex2942B55B053129539
Octal514535133012345112311
Binary10100110010101110110110110101001110010100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29042B;
 }
 .AnyTagClassName
 {
   color: #29042B;
 }
</style>
background-color css

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

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

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

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

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

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