#291C2B

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

Shades of Mardi Gras #291C2B

Tints of Mardi Gras #291C2B

Color information

#291C2B (or 0x291C2B) is unknown color: approx Mardi Gras. HEX triplet: 29, 1C and 2B. RGB value is (41,28,43). Sum of RGB (Red+Green+Blue) = 41+28+43=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 43 - color contains mainly: blue. Hex color #291C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C2B is #D6E3D4. Grayscale: #212121. Windows color (decimal): -14083029 or 2825257. OLE color: 2825257.

HSL color Cylindrical-coordinate representation of color #291C2B: hue angle of 292º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #291C2B is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB412843-
CMYK0.050.3500.83
HSL292º21.13%13.92%-
HSV(B)292º34.88%16.86%-
XYZ1.771.482.48-
YUV33.6133.31133.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 28 (11.33% from 255) = 25%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=36.61%
G=25%
B=38.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4128430.050.3500.8329221.1313.92
Hex291C2B52305312415e
Octal51345354301234442516
Binary1010011110010101110110001101010011100100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,28,43); }

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

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

 a { background-color: rgb(41,28,43); }

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

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

 span { border-color: rgb(41,28,43); }

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