Html Css Color HEX #291129 Mardi Gras

📋 copy color: '#291129'

red 41 ◦ green 17 ◦ blue 41

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

Shades of Mardi Gras #291129

Tints of Mardi Gras #291129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.17%

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

R = 41.41%
G = 17.17%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#291129 (or 0x291129) is known color: Mardi Gras. HEX triplet: 29, 11 and 29. RGB value is (41,17,41). Sum of RGB (Red+Green+Blue) = 41+17+41=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #291129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291129 is #D6EED6. Grayscale: #1A1A1A. Windows color (decimal): -14085847 or 2691369. OLE color: 2691369.

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

Color convert

RGB 41 17 41 -
CMYK 0 0.59 0 0.84
HSL 300º 0.41% 0.11% -
HSV(B) 300º 0.59% 0.16% -
XYZ 1.52 1.03 2.22 -
YUV 26.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 41 17 41 0 0.59 0 0.84 300 0.41 0.11
Hex 29 11 29 0 3B 0 54 12C 29 B
Octal 51 21 51 0 73 0 124 454 51 13
Binary 101001 10001 101001 0 111011 0 1010100 100101100 101001 1011

Color Harmonies of #291129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291129

Black with #291129

Text Example


Text Example

White with #291129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291129; }

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

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

background-color css

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

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

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

border-color css

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

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

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