#291427

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

Shades of Mardi Gras #291427

Tints of Mardi Gras #291427

Color information

#291427 (or 0x291427) is unknown color: approx Mardi Gras. HEX triplet: 29, 14 and 27. RGB value is (41,20,39). Sum of RGB (Red+Green+Blue) = 41+20+39=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #291427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291427 is #D6EBD8. Grayscale: #1C1C1C. Windows color (decimal): -14085081 or 2561065. OLE color: 2561065.

HSL color Cylindrical-coordinate representation of color #291427: hue angle of 305.71º 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 #291427 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB412039-
CMYK00.510.050.84
HSL305.71º34.43%11.96%-
HSV(B)305.71º51.22%16.08%-
XYZ1.531.122.05-
YUV28.44133.96136.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 39 (15.62% from 255) = 39%
R=41%
G=20%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41203900.510.050.84305.7134.4311.96
Hex29142703355413222c
Octal51244706351244624214
Binary10100110100100111011001110110101001001100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291427; }

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

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

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

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

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

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

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

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