#290124

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

Shades of Mardi Gras #290124

Tints of Mardi Gras #290124

Color information

#290124 (or 0x290124) is unknown color: approx Mardi Gras. HEX triplet: 29, 01 and 24. RGB value is (41,1,36). Sum of RGB (Red+Green+Blue) = 41+1+36=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #290124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290124 is #D6FEDB. Grayscale: #101010. Windows color (decimal): -14089948 or 2359593. OLE color: 2359593.

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

Color convert

RGB41136-
CMYK00.980.120.84
HSL307.5º95.24%8.24%-
HSV(B)307.5º97.56%16.08%-
XYZ1.240.621.72-
YUV16.95138.75145.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 52.56%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 36 (14.45% from 255) = 46.15%
R=52.56%
G=1.28%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4113600.980.120.84307.595.248.24
Hex29124062C541345f8
Octal5114401421412446413710
Binary1010011100100011000101100101010010011010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290124; }

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

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

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

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

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

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

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

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