#290929

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

Shades of Mardi Gras #290929

Tints of Mardi Gras #290929

Color information

#290929 (or 0x290929) is unknown color: approx Mardi Gras. HEX triplet: 29, 09 and 29. RGB value is (41,9,41). Sum of RGB (Red+Green+Blue) = 41+9+41=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #290929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290929 is #D6F6D6. Grayscale: #161616. Windows color (decimal): -14087895 or 2689321. OLE color: 2689321.

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

Color convert

RGB41941-
CMYK00.7800.84
HSL300º64%9.8%-
HSV(B)300º78.05%16.08%-
XYZ1.410.832.18-
YUV22.22138.6141.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.05%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 41 (16.41% from 255) = 45.05%
R=45.05%
G=9.89%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4194100.7800.84300649.8
Hex2992904E05412c40a
Octal5111510116012445410012
Binary1010011001101001010011100101010010010110010000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290929; }

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

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

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

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

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

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

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

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