#290022

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

Shades of Mardi Gras #290022

Tints of Mardi Gras #290022

Color information

#290022 (or 0x290022) is unknown color: approx Mardi Gras. HEX triplet: 29, 00 and 22. RGB value is (41,0,34). Sum of RGB (Red+Green+Blue) = 41+0+34=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #290022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290022 is #D6FFDD. Grayscale: #101010. Windows color (decimal): -14090206 or 2228265. OLE color: 2228265.

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

Color convert

RGB41034-
CMYK010.170.84
HSL310.24º100%8.04%-
HSV(B)310.24º100%16.08%-
XYZ1.20.591.56-
YUV16.14138.08145.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 54.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 45.33%
R=54.67%
G=0%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41034010.170.84310.241008.04
Hex290220641154136648
Octal5104201442112446614410
Binary10100101000100110010010001101010010011011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290022; }

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

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

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

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

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

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

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

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