#290325

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

Shades of Mardi Gras #290325

Tints of Mardi Gras #290325

Color information

#290325 (or 0x290325) is unknown color: approx Mardi Gras. HEX triplet: 29, 03 and 25. RGB value is (41,3,37). Sum of RGB (Red+Green+Blue) = 41+3+37=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #290325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290325 is #D6FCDA. Grayscale: #121212. Windows color (decimal): -14089435 or 2425641. OLE color: 2425641.

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

Color convert

RGB41337-
CMYK00.930.100.84
HSL306.32º86.36%8.63%-
HSV(B)306.32º92.68%16.08%-
XYZ1.280.671.81-
YUV18.24138.59144.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50.62%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 37 (14.84% from 255) = 45.68%
R=50.62%
G=3.70%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4133700.930.100.84306.3286.368.63
Hex2932505DA54132569
Octal5134501351212446212611
Binary10100111100101010111011010101010010011001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290325; }

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

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

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

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

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

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

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

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