#292429

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

Shades of Mardi Gras #292429

Tints of Mardi Gras #292429

Color information

#292429 (or 0x292429) is unknown color: approx Mardi Gras. HEX triplet: 29, 24 and 29. RGB value is (41,36,41). Sum of RGB (Red+Green+Blue) = 41+36+41=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #292429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292429 is #D6DBD6. Grayscale: #262626. Windows color (decimal): -14080983 or 2696233. OLE color: 2696233.

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

Color convert

RGB413641-
CMYK00.1200.84
HSL300º6.49%15.1%-
HSV(B)300º12.2%16.08%-
XYZ1.951.892.36-
YUV38.06129.66130.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.75%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 41 (16.41% from 255) = 34.75%
R=34.75%
G=30.51%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41364100.1200.843006.4915.1
Hex2924290C05412c6f
Octal5144510140124454617
Binary10100110010010100101100010101001001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292429; }

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

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

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

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

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

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

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

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