#29172B

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

Shades of Mardi Gras #29172B

Tints of Mardi Gras #29172B

Color information

#29172B (or 0x29172B) is unknown color: approx Mardi Gras. HEX triplet: 29, 17 and 2B. RGB value is (41,23,43). Sum of RGB (Red+Green+Blue) = 41+23+43=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 43 - color contains mainly: blue. Hex color #29172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29172B is #D6E8D4. Grayscale: #1E1E1E. Windows color (decimal): -14084309 or 2823977. OLE color: 2823977.

HSL color Cylindrical-coordinate representation of color #29172B: hue angle of 294º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29172B is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB412343-
CMYK0.050.4700.83
HSL294º30.3%12.94%-
HSV(B)294º46.51%16.86%-
XYZ1.661.262.44-
YUV30.66134.96135.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 43 (17.19% from 255) = 40.19%
R=38.32%
G=21.50%
B=40.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4123430.050.4700.8329430.312.94
Hex29172B52F0531261ed
Octal51275355701234463615
Binary1010011011110101110110111101010011100100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29172B; }

 p { color: rgb(41,23,43); }

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

<style>
 a { background-color: #29172B; }

 a { background-color: rgb(41,23,43); }

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

<style>
 span { border-color: #29172B; }

 span { border-color: rgb(41,23,43); }

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