#290C24

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

Shades of Mardi Gras #290C24

Tints of Mardi Gras #290C24

Color information

#290C24 (or 0x290C24) is unknown color: approx Mardi Gras. HEX triplet: 29, 0C and 24. RGB value is (41,12,36). Sum of RGB (Red+Green+Blue) = 41+12+36=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #290C24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C24 is #D6F3DB. Grayscale: #171717. Windows color (decimal): -14087132 or 2362409. OLE color: 2362409.

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

Color convert

RGB411236-
CMYK00.710.120.84
HSL310.34º54.72%10.39%-
HSV(B)310.34º70.73%16.08%-
XYZ1.360.861.76-
YUV23.41135.11140.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.07%
GREEN value IS 12 (5.08% from 255) = 13.48%
BLUE value IS 36 (14.45% from 255) = 40.45%
R=46.07%
G=13.48%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41123600.710.120.84310.3454.7210.39
Hex29C24047C5413637a
Octal5114440107141244666712
Binary101001110010010001000111110010101001001101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290C24; }

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

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

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

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

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

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

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

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