#29162C

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

Shades of Mardi Gras #29162C

Tints of Mardi Gras #29162C

Color information

#29162C (or 0x29162C) is unknown color: approx Mardi Gras. HEX triplet: 29, 16 and 2C. RGB value is (41,22,44). Sum of RGB (Red+Green+Blue) = 41+22+44=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 44 - color contains mainly: blue. Hex color #29162C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29162C is #D6E9D3. Grayscale: #1E1E1E. Windows color (decimal): -14084564 or 2889257. OLE color: 2889257.

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

Color convert

RGB412244-
CMYK0.070.500.83
HSL291.82º33.33%12.94%-
HSV(B)291.82º50%17.25%-
XYZ1.661.232.53-
YUV30.19135.79135.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=38.32%
G=20.56%
B=41.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4122440.070.500.83291.8233.3312.94
Hex29162C73205312421d
Octal51265476201234444115
Binary10100110110101100111110010010100111001001001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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