#290D2D

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

Shades of Mardi Gras #290D2D

Tints of Mardi Gras #290D2D

Color information

#290D2D (or 0x290D2D) is unknown color: approx Mardi Gras. HEX triplet: 29, 0D and 2D. RGB value is (41,13,45). Sum of RGB (Red+Green+Blue) = 41+13+45=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #290D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D2D is #D6F2D2. Grayscale: #181818. Windows color (decimal): -14086867 or 2952489. OLE color: 2952489.

HSL color Cylindrical-coordinate representation of color #290D2D: hue angle of 292.5º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #290D2D is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB411345-
CMYK0.090.7100.82
HSL292.5º55.17%11.37%-
HSV(B)292.5º71.11%17.65%-
XYZ1.530.952.58-
YUV25.02139.28139.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 45 (17.97% from 255) = 45.45%
R=41.41%
G=13.13%
B=45.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4113450.090.7100.82292.555.1711.37
Hex29D2D94705212437b
Octal5115551110701224446713
Binary101001110110110110011000111010100101001001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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