#290128

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

Shades of Mardi Gras #290128

Tints of Mardi Gras #290128

Color information

#290128 (or 0x290128) is unknown color: approx Mardi Gras. HEX triplet: 29, 01 and 28. RGB value is (41,1,40). Sum of RGB (Red+Green+Blue) = 41+1+40=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #290128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290128 is #D6FED7. Grayscale: #111111. Windows color (decimal): -14089944 or 2621737. OLE color: 2621737.

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

Color convert

RGB41140-
CMYK00.980.020.84
HSL301.5º95.24%8.24%-
HSV(B)301.5º97.56%16.08%-
XYZ1.310.652.06-
YUV17.41140.75144.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 40 (16.02% from 255) = 48.78%
R=50%
G=1.22%
B=48.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4114000.980.020.84301.595.248.24
Hex2912806225412e5f8
Octal511500142212445613710
Binary10100111010000110001010101010010010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290128; }

 p { color: rgb(41,1,40); }

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

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

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

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

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

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

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