#291127

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

Shades of Mardi Gras #291127

Tints of Mardi Gras #291127

Color information

#291127 (or 0x291127) is unknown color: approx Mardi Gras. HEX triplet: 29, 11 and 27. RGB value is (41,17,39). Sum of RGB (Red+Green+Blue) = 41+17+39=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #291127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291127 is #D6EED8. Grayscale: #1A1A1A. Windows color (decimal): -14085849 or 2560297. OLE color: 2560297.

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

Color convert

RGB411739-
CMYK00.590.050.84
HSL305º41.38%11.37%-
HSV(B)305º58.54%16.08%-
XYZ1.481.022.04-
YUV26.68134.95138.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.27%
GREEN value IS 17 (7.03% from 255) = 17.53%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=42.27%
G=17.53%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41173900.590.050.8430541.3811.37
Hex29112703B55413129b
Octal51214707351244615113
Binary10100110001100111011101110110101001001100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291127; }

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

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

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

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

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

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

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

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