#290E2C

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

Shades of Mardi Gras #290E2C

Tints of Mardi Gras #290E2C

Color information

#290E2C (or 0x290E2C) is unknown color: approx Mardi Gras. HEX triplet: 29, 0E and 2C. RGB value is (41,14,44). Sum of RGB (Red+Green+Blue) = 41+14+44=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #290E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E2C is #D6F1D3. Grayscale: #191919. Windows color (decimal): -14086612 or 2887209. OLE color: 2887209.

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

Color convert

RGB411444-
CMYK0.070.6800.83
HSL294º51.72%11.37%-
HSV(B)294º68.18%17.25%-
XYZ1.530.972.49-
YUV25.49138.45139.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 14 (5.86% from 255) = 14.14%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=41.41%
G=14.14%
B=44.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4114440.070.6800.8329451.7211.37
Hex29E2C74405312634b
Octal511654710401234466413
Binary10100111101011001111000100010100111001001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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