#291A28

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

Shades of Mardi Gras #291A28

Tints of Mardi Gras #291A28

Color information

#291A28 (or 0x291A28) is unknown color: approx Mardi Gras. HEX triplet: 29, 1A and 28. RGB value is (41,26,40). Sum of RGB (Red+Green+Blue) = 41+26+40=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 41 - color contains mainly: red. Hex color #291A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A28 is #D6E5D7. Grayscale: #202020. Windows color (decimal): -14083544 or 2628137. OLE color: 2628137.

HSL color Cylindrical-coordinate representation of color #291A28: hue angle of 304º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #291A28 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB412640-
CMYK00.370.020.84
HSL304º22.39%13.14%-
HSV(B)304º36.59%16.08%-
XYZ1.671.362.18-
YUV32.08132.47134.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=38.32%
G=24.30%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41264000.370.020.8430422.3913.14
Hex291A2802525413016d
Octal51325004521244602615
Binary101001110101010000100101101010100100110000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291A28; }

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

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

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

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

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

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

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

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