#290F26

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

Shades of Mardi Gras #290F26

Tints of Mardi Gras #290F26

Color information

#290F26 (or 0x290F26) is unknown color: approx Mardi Gras. HEX triplet: 29, 0F and 26. RGB value is (41,15,38). Sum of RGB (Red+Green+Blue) = 41+15+38=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #290F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F26 is #D6F0D9. Grayscale: #191919. Windows color (decimal): -14086362 or 2494249. OLE color: 2494249.

HSL color Cylindrical-coordinate representation of color #290F26: hue angle of 306.92º 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 #290F26 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB411538-
CMYK00.630.070.84
HSL306.92º46.43%10.98%-
HSV(B)306.92º63.41%16.08%-
XYZ1.440.951.94-
YUV25.4135.11139.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 15 (6.25% from 255) = 15.96%
BLUE value IS 38 (15.23% from 255) = 40.43%
R=43.62%
G=15.96%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41153800.630.070.84306.9246.4310.98
Hex29F2603F7541332eb
Octal51174607771244635613
Binary1010011111100110011111111110101001001100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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