#291228

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

Shades of Mardi Gras #291228

Tints of Mardi Gras #291228

Color information

#291228 (or 0x291228) is unknown color: approx Mardi Gras. HEX triplet: 29, 12 and 28. RGB value is (41,18,40). Sum of RGB (Red+Green+Blue) = 41+18+40=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 41 - color contains mainly: red. Hex color #291228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291228 is #D6EDD7. Grayscale: #1B1B1B. Windows color (decimal): -14085592 or 2626089. OLE color: 2626089.

HSL color Cylindrical-coordinate representation of color #291228: hue angle of 302.61º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #291228 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB411840-
CMYK00.560.020.84
HSL302.61º38.98%11.57%-
HSV(B)302.61º56.1%16.08%-
XYZ1.511.062.13-
YUV27.38135.12137.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=41.41%
G=18.18%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41184000.560.020.84302.6138.9811.57
Hex29122803825412f27c
Octal51225007021244574714
Binary1010011001010100001110001010101001001011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291228; }

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

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

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

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

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

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

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

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