#29112D

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

Shades of Mardi Gras #29112D

Tints of Mardi Gras #29112D

Color information

#29112D (or 0x29112D) is unknown color: approx Mardi Gras. HEX triplet: 29, 11 and 2D. RGB value is (41,17,45). Sum of RGB (Red+Green+Blue) = 41+17+45=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #29112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29112D is #D6EED2. Grayscale: #1B1B1B. Windows color (decimal): -14085843 or 2953513. OLE color: 2953513.

HSL color Cylindrical-coordinate representation of color #29112D: hue angle of 291.43º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29112D is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB411745-
CMYK0.090.6200.82
HSL291.43º45.16%12.16%-
HSV(B)291.43º62.22%17.65%-
XYZ1.591.062.6-
YUV27.37137.95137.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.81%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=39.81%
G=16.50%
B=43.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4117450.090.6200.82291.4345.1612.16
Hex29112D93E0521232dc
Octal512155117601224435514
Binary101001100011011011001111110010100101001000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29112D; }

 p { color: rgb(41,17,45); }

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

<style>
 a { background-color: #29112D; }

 a { background-color: rgb(41,17,45); }

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

<style>
 span { border-color: #29112D; }

 span { border-color: rgb(41,17,45); }

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