Html Css Color HEX #291429 Mardi Gras

📋 copy color: '#291429'

red 41 ◦ green 20 ◦ blue 41

#291429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #291429

Tints of Mardi Gras #291429

RGB

 RED value IS 41 (16.41% from 255) = 40.2%

 GREEN value IS 20 (8.2% from 255) = 19.61%

 BLUE value IS 41 (16.41% from 255) = 40.2%

R = 40.2%
G = 19.61%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#291429 (or 0x291429) is known color: Mardi Gras. HEX triplet: 29, 14 and 29. RGB value is (41,20,41). Sum of RGB (Red+Green+Blue) = 41+20+41=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #291429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291429 is #D6EBD6. Grayscale: #1C1C1C. Windows color (decimal): -14085079 or 2692137. OLE color: 2692137.

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

Color convert

RGB 41 20 41 -
CMYK 0 0.51 0 0.84
HSL 300º 0.34% 0.12% -
HSV(B) 300º 0.51% 0.16% -
XYZ 1.56 1.13 2.23 -
YUV 28.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 41 20 41 0 0.51 0 0.84 300 0.34 0.12
Hex 29 14 29 0 33 0 54 12C 22 C
Octal 51 24 51 0 63 0 124 454 42 14
Binary 101001 10100 101001 0 110011 0 1010100 100101100 100010 1100

Color Harmonies of #291429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291429

Black with #291429

Text Example


Text Example

White with #291429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291429; }

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

 H1.HeaderClassName
 {
   color: #291429;
 }
 .AnyTagClassName
 {
   color: #291429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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