#291128

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

Shades of Mardi Gras #291128

Tints of Mardi Gras #291128

Color information

#291128 (or 0x291128) is unknown color: approx Mardi Gras. HEX triplet: 29, 11 and 28. RGB value is (41,17,40). Sum of RGB (Red+Green+Blue) = 41+17+40=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 41 - color contains mainly: red. Hex color #291128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291128 is #D6EED7. Grayscale: #1A1A1A. Windows color (decimal): -14085848 or 2625833. OLE color: 2625833.

HSL color Cylindrical-coordinate representation of color #291128: hue angle of 302.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 #291128 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB411740-
CMYK00.590.020.84
HSL302.5º41.38%11.37%-
HSV(B)302.5º58.54%16.08%-
XYZ1.51.032.13-
YUV26.8135.45138.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.84%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=41.84%
G=17.35%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41174000.590.020.84302.541.3811.37
Hex29112803B25412e29b
Octal51215007321244565113
Binary1010011000110100001110111010101001001011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291128; }

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

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

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

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

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

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

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

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