#292629

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

Shades of Mardi Gras #292629

Tints of Mardi Gras #292629

Color information

#292629 (or 0x292629) is unknown color: approx Mardi Gras. HEX triplet: 29, 26 and 29. RGB value is (41,38,41). Sum of RGB (Red+Green+Blue) = 41+38+41=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #292629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292629 is #D6D9D6. Grayscale: #272727. Windows color (decimal): -14080471 or 2696745. OLE color: 2696745.

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

Color convert

RGB413841-
CMYK00.0700.84
HSL300º3.8%15.49%-
HSV(B)300º7.32%16.08%-
XYZ2.012.022.38-
YUV39.24128.99129.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=34.17%
G=31.67%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41384100.0700.843003.815.49
Hex2926290705412c4f
Octal514651070124454417
Binary1010011001101010010111010101001001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292629; }

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

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

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

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

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

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

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

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