#29162A

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

Shades of Mardi Gras #29162A

Tints of Mardi Gras #29162A

Color information

#29162A (or 0x29162A) is unknown color: approx Mardi Gras. HEX triplet: 29, 16 and 2A. RGB value is (41,22,42). Sum of RGB (Red+Green+Blue) = 41+22+42=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 42 - color contains mainly: blue. Hex color #29162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29162A is #D6E9D5. Grayscale: #1D1D1D. Windows color (decimal): -14084566 or 2758185. OLE color: 2758185.

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

Color convert

RGB412242-
CMYK0.020.4800.84
HSL297º31.25%12.55%-
HSV(B)297º47.62%16.47%-
XYZ1.621.212.34-
YUV29.96134.79135.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 42 (16.80% from 255) = 40%
R=39.05%
G=20.95%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4122420.020.4800.8429731.2512.55
Hex29162A2300541291fd
Octal51265226001244513715
Binary101001101101010101011000001010100100101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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