#292329

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

Shades of Mardi Gras #292329

Tints of Mardi Gras #292329

Color information

#292329 (or 0x292329) is unknown color: approx Mardi Gras. HEX triplet: 29, 23 and 29. RGB value is (41,35,41). Sum of RGB (Red+Green+Blue) = 41+35+41=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #292329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292329 is #D6DCD6. Grayscale: #252525. Windows color (decimal): -14081239 or 2695977. OLE color: 2695977.

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

Color convert

RGB413541-
CMYK00.1500.84
HSL300º7.89%14.9%-
HSV(B)300º14.63%16.08%-
XYZ1.921.832.35-
YUV37.48129.99130.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.04%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 41 (16.41% from 255) = 35.04%
R=35.04%
G=29.91%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41354100.1500.843007.8914.9
Hex2923290F05412c8f
Octal51435101701244541017
Binary101001100011101001011110101010010010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292329; }

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

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

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

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

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

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

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

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