Html Css Color HEX #291229 Mardi Gras

📋 copy color: '#291229'

red 41 ◦ green 18 ◦ blue 41

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

Shades of Mardi Gras #291229

Tints of Mardi Gras #291229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18%

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

R = 41%
G = 18%
B = 41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#291229 (or 0x291229) is known color: Mardi Gras. HEX triplet: 29, 12 and 29. RGB value is (41,18,41). Sum of RGB (Red+Green+Blue) = 41+18+41=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #291229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291229 is #D6EDD6. Grayscale: #1B1B1B. Windows color (decimal): -14085591 or 2691625. OLE color: 2691625.

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

Color convert

RGB 41 18 41 -
CMYK 0 0.56 0 0.84
HSL 300º 0.39% 0.12% -
HSV(B) 300º 0.56% 0.16% -
XYZ 1.53 1.06 2.22 -
YUV 27.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 41 18 41 0 0.56 0 0.84 300 0.39 0.12
Hex 29 12 29 0 38 0 54 12C 27 C
Octal 51 22 51 0 70 0 124 454 47 14
Binary 101001 10010 101001 0 111000 0 1010100 100101100 100111 1100

Color Harmonies of #291229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291229

Black with #291229

Text Example


Text Example

White with #291229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291229; }

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

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

background-color css

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

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

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

border-color css

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

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

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