#290227

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

Shades of Mardi Gras #290227

Tints of Mardi Gras #290227

Color information

#290227 (or 0x290227) is unknown color: approx Mardi Gras. HEX triplet: 29, 02 and 27. RGB value is (41,2,39). Sum of RGB (Red+Green+Blue) = 41+2+39=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #290227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290227 is #D6FDD8. Grayscale: #111111. Windows color (decimal): -14089689 or 2556457. OLE color: 2556457.

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

Color convert

RGB41239-
CMYK00.950.050.84
HSL303.08º90.7%8.43%-
HSV(B)303.08º95.12%16.08%-
XYZ1.30.661.98-
YUV17.88139.92144.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 39 (15.62% from 255) = 47.56%
R=50%
G=2.44%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4123900.950.050.84303.0890.78.43
Hex2922705F55412f5b8
Octal512470137512445713310
Binary1010011010011101011111101101010010010111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290227; }

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

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

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

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

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

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

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

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