#290328

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

Shades of Mardi Gras #290328

Tints of Mardi Gras #290328

Color information

#290328 (or 0x290328) is unknown color: approx Mardi Gras. HEX triplet: 29, 03 and 28. RGB value is (41,3,40). Sum of RGB (Red+Green+Blue) = 41+3+40=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #290328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290328 is #D6FCD7. Grayscale: #121212. Windows color (decimal): -14089432 or 2622249. OLE color: 2622249.

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

Color convert

RGB41340-
CMYK00.930.020.84
HSL301.58º86.36%8.63%-
HSV(B)301.58º92.68%16.08%-
XYZ1.330.692.07-
YUV18.58140.09143.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=48.81%
G=3.57%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4134000.930.020.84301.5886.368.63
Hex2932805D25412e569
Octal513500135212445612611
Binary101001111010000101110110101010010010111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290328; }

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

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

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

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

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

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

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

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