#290422

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

Shades of Mardi Gras #290422

Tints of Mardi Gras #290422

Color information

#290422 (or 0x290422) is unknown color: approx Mardi Gras. HEX triplet: 29, 04 and 22. RGB value is (41,4,34). Sum of RGB (Red+Green+Blue) = 41+4+34=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 34 (13.67% from 255 or 43.04% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #290422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290422 is #D6FBDD. Grayscale: #121212. Windows color (decimal): -14089182 or 2229289. OLE color: 2229289.

HSL color Cylindrical-coordinate representation of color #290422: hue angle of 311.35º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290422 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB41434-
CMYK00.900.170.84
HSL311.35º82.22%8.82%-
HSV(B)311.35º90.24%16.08%-
XYZ1.250.671.58-
YUV18.48136.76144.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 34 (13.67% from 255) = 43.04%
R=51.90%
G=5.06%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4143400.900.170.84311.3582.228.82
Hex2942205A1154137529
Octal5144201322112446712211
Binary1010011001000100101101010001101010010011011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290422; }

 p { color: rgb(41,4,34); }

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

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

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

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

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

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

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