#290D2C

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

Shades of Mardi Gras #290D2C

Tints of Mardi Gras #290D2C

Color information

#290D2C (or 0x290D2C) is unknown color: approx Mardi Gras. HEX triplet: 29, 0D and 2C. RGB value is (41,13,44). Sum of RGB (Red+Green+Blue) = 41+13+44=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #290D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D2C is #D6F2D3. Grayscale: #181818. Windows color (decimal): -14086868 or 2886953. OLE color: 2886953.

HSL color Cylindrical-coordinate representation of color #290D2C: hue angle of 294.19º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #290D2C is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB411344-
CMYK0.070.7000.83
HSL294.19º54.39%11.18%-
HSV(B)294.19º70.45%17.25%-
XYZ1.510.942.48-
YUV24.91138.78139.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.84%
GREEN value IS 13 (5.47% from 255) = 13.27%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=41.84%
G=13.27%
B=44.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4113440.070.7000.83294.1954.3911.18
Hex29D2C74605312636b
Octal511554710601234466613
Binary10100111011011001111000110010100111001001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,13,44); }

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

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

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

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

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

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

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