#290324

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

Shades of Mardi Gras #290324

Tints of Mardi Gras #290324

Color information

#290324 (or 0x290324) is unknown color: approx Mardi Gras. HEX triplet: 29, 03 and 24. RGB value is (41,3,36). Sum of RGB (Red+Green+Blue) = 41+3+36=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #290324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290324 is #D6FCDB. Grayscale: #121212. Windows color (decimal): -14089436 or 2360105. OLE color: 2360105.

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

Color convert

RGB41336-
CMYK00.930.120.84
HSL307.89º86.36%8.63%-
HSV(B)307.89º92.68%16.08%-
XYZ1.270.661.73-
YUV18.12138.09144.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.25%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 36 (14.45% from 255) = 45%
R=51.25%
G=3.75%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4133600.930.120.84307.8986.368.63
Hex2932405DC54134569
Octal5134401351412446412611
Binary10100111100100010111011100101010010011010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290324; }

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

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

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

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

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

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

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

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