#290322

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

Shades of Mardi Gras #290322

Tints of Mardi Gras #290322

Color information

#290322 (or 0x290322) is unknown color: approx Mardi Gras. HEX triplet: 29, 03 and 22. RGB value is (41,3,34). Sum of RGB (Red+Green+Blue) = 41+3+34=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 34 (13.67% from 255 or 43.59% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #290322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290322 is #D6FCDD. Grayscale: #111111. Windows color (decimal): -14089438 or 2229033. OLE color: 2229033.

HSL color Cylindrical-coordinate representation of color #290322: hue angle of 311.05º 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 #290322 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB41334-
CMYK00.930.170.84
HSL311.05º86.36%8.63%-
HSV(B)311.05º92.68%16.08%-
XYZ1.240.651.57-
YUV17.9137.09144.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 52.56%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 34 (13.67% from 255) = 43.59%
R=52.56%
G=3.85%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4133400.930.170.84311.0586.368.63
Hex2932205D1154137569
Octal5134201352112446712611
Binary101001111000100101110110001101010010011011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290322; }

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

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

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

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

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

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

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

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