#290824

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

Shades of Mardi Gras #290824

Tints of Mardi Gras #290824

Color information

#290824 (or 0x290824) is unknown color: approx Mardi Gras. HEX triplet: 29, 08 and 24. RGB value is (41,8,36). Sum of RGB (Red+Green+Blue) = 41+8+36=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #290824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290824 is #D6F7DB. Grayscale: #141414. Windows color (decimal): -14088156 or 2361385. OLE color: 2361385.

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

Color convert

RGB41836-
CMYK00.800.120.84
HSL309.09º67.35%9.61%-
HSV(B)309.09º80.49%16.08%-
XYZ1.320.771.75-
YUV21.06136.43142.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.24%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 36 (14.45% from 255) = 42.35%
R=48.24%
G=9.41%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4183600.800.120.84309.0967.359.61
Hex29824050C5413543a
Octal51104401201412446510312
Binary1010011000100100010100001100101010010011010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290824; }

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

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

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

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

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

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

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

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