#29012C

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

Shades of Mardi Gras #29012C

Tints of Mardi Gras #29012C

Color information

#29012C (or 0x29012C) is unknown color: approx Mardi Gras. HEX triplet: 29, 01 and 2C. RGB value is (41,1,44). Sum of RGB (Red+Green+Blue) = 41+1+44=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #29012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29012C is #D6FED3. Grayscale: #111111. Windows color (decimal): -14089940 or 2883881. OLE color: 2883881.

HSL color Cylindrical-coordinate representation of color #29012C: hue angle of 295.81º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29012C is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB41144-
CMYK0.070.9800.83
HSL295.81º95.56%8.82%-
HSV(B)295.81º97.73%17.25%-
XYZ1.380.672.44-
YUV17.86142.75144.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.67%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 44 (17.58% from 255) = 51.16%
R=47.67%
G=1.16%
B=51.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal411440.070.9800.83295.8195.568.82
Hex2912C762053128609
Octal511547142012345014011
Binary101001110110011111000100101001110010100011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29012C; }

 p { color: rgb(41,1,44); }

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

<style>
 a { background-color: #29012C; }

 a { background-color: rgb(41,1,44); }

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

<style>
 span { border-color: #29012C; }

 span { border-color: rgb(41,1,44); }

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