#29142B

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

Shades of Mardi Gras #29142B

Tints of Mardi Gras #29142B

Color information

#29142B (or 0x29142B) is unknown color: approx Mardi Gras. HEX triplet: 29, 14 and 2B. RGB value is (41,20,43). Sum of RGB (Red+Green+Blue) = 41+20+43=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 43 - color contains mainly: blue. Hex color #29142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29142B is #D6EBD4. Grayscale: #1C1C1C. Windows color (decimal): -14085077 or 2823209. OLE color: 2823209.

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

Color convert

RGB412043-
CMYK0.050.5300.83
HSL294.78º36.51%12.35%-
HSV(B)294.78º53.49%16.86%-
XYZ1.61.152.42-
YUV28.9135.96136.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 43 (17.19% from 255) = 41.35%
R=39.42%
G=19.23%
B=41.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4120430.050.5300.83294.7836.5112.35
Hex29142B53505312725c
Octal51245356501234474514
Binary10100110100101011101110101010100111001001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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