#290027

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

Shades of Mardi Gras #290027

Tints of Mardi Gras #290027

Color information

#290027 (or 0x290027) is unknown color: approx Mardi Gras. HEX triplet: 29, 00 and 27. RGB value is (41,0,39). Sum of RGB (Red+Green+Blue) = 41+0+39=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #290027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290027 is #D6FFD8. Grayscale: #101010. Windows color (decimal): -14090201 or 2555945. OLE color: 2555945.

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

Color convert

RGB41039-
CMYK010.050.84
HSL302.93º100%8.04%-
HSV(B)302.93º100%16.08%-
XYZ1.280.621.97-
YUV16.7140.58145.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 48.75%
R=51.25%
G=0%
B=48.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41039010.050.84302.931008.04
Hex2902706455412f648
Octal510470144512445714410
Binary101001010011101100100101101010010010111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290027; }

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

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

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

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

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

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

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

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