#29012A

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

Shades of Mardi Gras #29012A

Tints of Mardi Gras #29012A

Color information

#29012A (or 0x29012A) is unknown color: approx Mardi Gras. HEX triplet: 29, 01 and 2A. RGB value is (41,1,42). Sum of RGB (Red+Green+Blue) = 41+1+42=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #29012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29012A is #D6FED5. Grayscale: #111111. Windows color (decimal): -14089942 or 2752809. OLE color: 2752809.

HSL color Cylindrical-coordinate representation of color #29012A: hue angle of 298.54º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29012A is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB41142-
CMYK0.020.9800.84
HSL298.54º95.35%8.43%-
HSV(B)298.54º97.62%16.47%-
XYZ1.340.662.25-
YUV17.63141.75144.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 42 (16.80% from 255) = 50%
R=48.81%
G=1.19%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal411420.020.9800.84298.5495.358.43
Hex2912A26205412b5f8
Octal511522142012445313710
Binary10100111010101011000100101010010010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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