#291126

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

Shades of Mardi Gras #291126

Tints of Mardi Gras #291126

Color information

#291126 (or 0x291126) is unknown color: approx Mardi Gras. HEX triplet: 29, 11 and 26. RGB value is (41,17,38). Sum of RGB (Red+Green+Blue) = 41+17+38=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291126 is #D6EED9. Grayscale: #1A1A1A. Windows color (decimal): -14085850 or 2494761. OLE color: 2494761.

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

Color convert

RGB411738-
CMYK00.590.070.84
HSL307.5º41.38%11.37%-
HSV(B)307.5º58.54%16.08%-
XYZ1.461.011.95-
YUV26.57134.45138.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=42.71%
G=17.71%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41173800.590.070.84307.541.3811.37
Hex29112603B75413429b
Octal51214607371244645113
Binary10100110001100110011101111110101001001101001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291126; }

 p { color: rgb(41,17,38); }

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

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

 a { background-color: rgb(41,17,38); }

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

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

 span { border-color: rgb(41,17,38); }

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