#290327

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

Shades of Mardi Gras #290327

Tints of Mardi Gras #290327

Color information

#290327 (or 0x290327) is unknown color: approx Mardi Gras. HEX triplet: 29, 03 and 27. RGB value is (41,3,39). Sum of RGB (Red+Green+Blue) = 41+3+39=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #290327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290327 is #D6FCD8. Grayscale: #121212. Windows color (decimal): -14089433 or 2556713. OLE color: 2556713.

HSL color Cylindrical-coordinate representation of color #290327: hue angle of 303.16º 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 #290327 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB41339-
CMYK00.930.050.84
HSL303.16º86.36%8.63%-
HSV(B)303.16º92.68%16.08%-
XYZ1.310.681.98-
YUV18.47139.59144.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 49.40%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 39 (15.62% from 255) = 46.99%
R=49.40%
G=3.61%
B=46.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4133900.930.050.84303.1686.368.63
Hex2932705D55412f569
Octal513470135512445712611
Binary1010011110011101011101101101010010010111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290327; }

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

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

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

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

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

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

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

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