#290329

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

Shades of Mardi Gras #290329

Tints of Mardi Gras #290329

Color information

#290329 (or 0x290329) is unknown color: approx Mardi Gras. HEX triplet: 29, 03 and 29. RGB value is (41,3,41). Sum of RGB (Red+Green+Blue) = 41+3+41=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #290329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290329 is #D6FCD6. Grayscale: #121212. Windows color (decimal): -14089431 or 2687785. OLE color: 2687785.

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

Color convert

RGB41341-
CMYK00.9300.84
HSL300º86.36%8.63%-
HSV(B)300º92.68%16.08%-
XYZ1.350.72.16-
YUV18.69140.59143.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.24%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 41 (16.41% from 255) = 48.24%
R=48.24%
G=3.53%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4134100.9300.8430086.368.63
Hex2932905D05412c569
Octal513510135012445412611
Binary10100111101001010111010101010010010110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290329; }

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

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

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

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

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

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

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

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