#29052B

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

Shades of Mardi Gras #29052B

Tints of Mardi Gras #29052B

Color information

#29052B (or 0x29052B) is unknown color: approx Mardi Gras. HEX triplet: 29, 05 and 2B. RGB value is (41,5,43). Sum of RGB (Red+Green+Blue) = 41+5+43=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #29052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29052B is #D6FAD4. Grayscale: #131313. Windows color (decimal): -14088917 or 2819369. OLE color: 2819369.

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

Color convert

RGB41543-
CMYK0.050.8800.83
HSL296.84º79.17%9.41%-
HSV(B)296.84º88.37%16.86%-
XYZ1.40.752.36-
YUV20.1140.93142.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.07%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 43 (17.19% from 255) = 48.31%
R=46.07%
G=5.62%
B=48.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal415430.050.8800.83296.8479.179.41
Hex2952B5580531294f9
Octal515535130012345111711
Binary10100110110101110110110000101001110010100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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