#291327

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

Shades of Mardi Gras #291327

Tints of Mardi Gras #291327

Color information

#291327 (or 0x291327) is unknown color: approx Mardi Gras. HEX triplet: 29, 13 and 27. RGB value is (41,19,39). Sum of RGB (Red+Green+Blue) = 41+19+39=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 41 - color contains mainly: red. Hex color #291327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291327 is #D6ECD8. Grayscale: #1B1B1B. Windows color (decimal): -14085337 or 2560809. OLE color: 2560809.

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

Color convert

RGB411939-
CMYK00.540.050.84
HSL305.45º36.67%11.76%-
HSV(B)305.45º53.66%16.08%-
XYZ1.511.082.05-
YUV27.86134.29137.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 39 (15.62% from 255) = 39.39%
R=41.41%
G=19.19%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41193900.540.050.84305.4536.6711.76
Hex29132703655413125c
Octal51234706651244614514
Binary10100110011100111011011010110101001001100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291327; }

 p { color: rgb(41,19,39); }

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

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

 a { background-color: rgb(41,19,39); }

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

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

 span { border-color: rgb(41,19,39); }

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