#291B28

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

Shades of Mardi Gras #291B28

Tints of Mardi Gras #291B28

Color information

#291B28 (or 0x291B28) is unknown color: approx Mardi Gras. HEX triplet: 29, 1B and 28. RGB value is (41,27,40). Sum of RGB (Red+Green+Blue) = 41+27+40=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 41 - color contains mainly: red. Hex color #291B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291B28 is #D6E4D7. Grayscale: #202020. Windows color (decimal): -14083288 or 2628393. OLE color: 2628393.

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

Color convert

RGB412740-
CMYK00.340.020.84
HSL304.29º20.59%13.33%-
HSV(B)304.29º34.15%16.08%-
XYZ1.691.412.19-
YUV32.67132.14133.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 27 (10.94% from 255) = 25%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=37.96%
G=25%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41274000.340.020.84304.2920.5913.33
Hex291B2802225413015d
Octal51335004221244602515
Binary101001110111010000100010101010100100110000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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