#290125

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

Shades of Mardi Gras #290125

Tints of Mardi Gras #290125

Color information

#290125 (or 0x290125) is unknown color: approx Mardi Gras. HEX triplet: 29, 01 and 25. RGB value is (41,1,37). Sum of RGB (Red+Green+Blue) = 41+1+37=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #290125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290125 is #D6FEDA. Grayscale: #101010. Windows color (decimal): -14089947 or 2425129. OLE color: 2425129.

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

Color convert

RGB41137-
CMYK00.980.100.84
HSL306º95.24%8.24%-
HSV(B)306º97.56%16.08%-
XYZ1.260.631.8-
YUV17.06139.25145.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=51.90%
G=1.27%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4113700.980.100.8430695.248.24
Hex29125062A541325f8
Octal5114501421212446213710
Binary1010011100101011000101010101010010011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290125; }

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

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

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

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

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

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

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

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