#29152C

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

Shades of Mardi Gras #29152C

Tints of Mardi Gras #29152C

Color information

#29152C (or 0x29152C) is unknown color: approx Mardi Gras. HEX triplet: 29, 15 and 2C. RGB value is (41,21,44). Sum of RGB (Red+Green+Blue) = 41+21+44=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 44 - color contains mainly: blue. Hex color #29152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29152C is #D6EAD3. Grayscale: #1D1D1D. Windows color (decimal): -14084820 or 2889001. OLE color: 2889001.

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

Color convert

RGB412144-
CMYK0.070.5200.83
HSL292.17º35.38%12.75%-
HSV(B)292.17º52.27%17.25%-
XYZ1.641.192.53-
YUV29.6136.13136.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 44 (17.58% from 255) = 41.51%
R=38.68%
G=19.81%
B=41.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4121440.070.5200.83292.1735.3812.75
Hex29152C73405312423d
Octal51255476401234444315
Binary10100110101101100111110100010100111001001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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