#290F28

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

Shades of Mardi Gras #290F28

Tints of Mardi Gras #290F28

Color information

#290F28 (or 0x290F28) is unknown color: approx Mardi Gras. HEX triplet: 29, 0F and 28. RGB value is (41,15,40). Sum of RGB (Red+Green+Blue) = 41+15+40=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #290F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F28 is #D6F0D7. Grayscale: #191919. Windows color (decimal): -14086360 or 2625321. OLE color: 2625321.

HSL color Cylindrical-coordinate representation of color #290F28: hue angle of 302.31º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #290F28 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB411540-
CMYK00.630.020.84
HSL302.31º46.43%10.98%-
HSV(B)302.31º63.41%16.08%-
XYZ1.470.972.12-
YUV25.62136.11138.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=42.71%
G=15.62%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41154000.630.020.84302.3146.4310.98
Hex29F2803F25412e2eb
Octal51175007721244565613
Binary101001111110100001111111010101001001011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,15,40); }

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

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

 a { background-color: rgb(41,15,40); }

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

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

 span { border-color: rgb(41,15,40); }

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