#291429

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

Shades of Mardi Gras #291429

Tints of Mardi Gras #291429

Color information

#291429 (or 0x291429) is unknown color: approx Mardi Gras. HEX triplet: 29, 14 and 29. RGB value is (41,20,41). Sum of RGB (Red+Green+Blue) = 41+20+41=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #291429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291429 is #D6EBD6. Grayscale: #1C1C1C. Windows color (decimal): -14085079 or 2692137. OLE color: 2692137.

HSL color Cylindrical-coordinate representation of color #291429: hue angle of 300º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #291429 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB412041-
CMYK00.5100.84
HSL300º34.43%11.96%-
HSV(B)300º51.22%16.08%-
XYZ1.561.132.23-
YUV28.67134.96136.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 41 (16.41% from 255) = 40.20%
R=40.20%
G=19.61%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41204100.5100.8430034.4311.96
Hex29142903305412c22c
Octal51245106301244544214
Binary101001101001010010110011010101001001011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291429; }

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

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

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

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

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

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

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

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