#291426

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

Shades of Mardi Gras #291426

Tints of Mardi Gras #291426

Color information

#291426 (or 0x291426) is unknown color: approx Mardi Gras. HEX triplet: 29, 14 and 26. RGB value is (41,20,38). Sum of RGB (Red+Green+Blue) = 41+20+38=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 41 - color contains mainly: red. Hex color #291426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291426 is #D6EBD9. Grayscale: #1C1C1C. Windows color (decimal): -14085082 or 2495529. OLE color: 2495529.

HSL color Cylindrical-coordinate representation of color #291426: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #291426 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB412038-
CMYK00.510.070.84
HSL308.57º34.43%11.96%-
HSV(B)308.57º51.22%16.08%-
XYZ1.511.111.97-
YUV28.33133.46137.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 38 (15.23% from 255) = 38.38%
R=41.41%
G=20.20%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41203800.510.070.84308.5734.4311.96
Hex29142603375413522c
Octal51244606371244654214
Binary10100110100100110011001111110101001001101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291426; }

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

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

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

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

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

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

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

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