#292129

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

Shades of Mardi Gras #292129

Tints of Mardi Gras #292129

Color information

#292129 (or 0x292129) is unknown color: approx Mardi Gras. HEX triplet: 29, 21 and 29. RGB value is (41,33,41). Sum of RGB (Red+Green+Blue) = 41+33+41=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #292129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292129 is #D6DED6. Grayscale: #242424. Windows color (decimal): -14081751 or 2695465. OLE color: 2695465.

HSL color Cylindrical-coordinate representation of color #292129: hue angle of 300º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #292129 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB413341-
CMYK00.2000.84
HSL300º10.81%14.51%-
HSV(B)300º19.51%16.08%-
XYZ1.861.722.33-
YUV36.3130.65131.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.65%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=35.65%
G=28.70%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41334100.2000.8430010.8114.51
Hex29212901405412cbf
Octal51415102401244541317
Binary1010011000011010010101000101010010010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292129; }

 p { color: rgb(41,33,41); }

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

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

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

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

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

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

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