#290C25

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

Shades of Mardi Gras #290C25

Tints of Mardi Gras #290C25

Color information

#290C25 (or 0x290C25) is unknown color: approx Mardi Gras. HEX triplet: 29, 0C and 25. RGB value is (41,12,37). Sum of RGB (Red+Green+Blue) = 41+12+37=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #290C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C25 is #D6F3DA. Grayscale: #171717. Windows color (decimal): -14087131 or 2427945. OLE color: 2427945.

HSL color Cylindrical-coordinate representation of color #290C25: hue angle of 308.28º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #290C25 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB411237-
CMYK00.710.100.84
HSL308.28º54.72%10.39%-
HSV(B)308.28º70.73%16.08%-
XYZ1.380.871.85-
YUV23.52135.61140.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 12 (5.08% from 255) = 13.33%
BLUE value IS 37 (14.84% from 255) = 41.11%
R=45.56%
G=13.33%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41123700.710.100.84308.2854.7210.39
Hex29C25047A5413437a
Octal5114450107121244646712
Binary101001110010010101000111101010101001001101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290C25; }

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

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

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

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

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

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

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

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