Html Css Color HEX #291929 Mardi Gras

📋 copy color: '#291929'

red 41 ◦ green 25 ◦ blue 41

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

Shades of Mardi Gras #291929

Tints of Mardi Gras #291929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.36%

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

R = 38.32%
G = 23.36%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#291929 (or 0x291929) is known color: Mardi Gras. HEX triplet: 29, 19 and 29. RGB value is (41,25,41). Sum of RGB (Red+Green+Blue) = 41+25+41=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 41 - color contains mainly: red, blue. Hex color #291929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291929 is #D6E6D6. Grayscale: #1F1F1F. Windows color (decimal): -14083799 or 2693417. OLE color: 2693417.

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

Color convert

RGB 41 25 41 -
CMYK 0 0.39 0 0.84
HSL 300º 0.24% 0.13% -
HSV(B) 300º 0.39% 0.16% -
XYZ 1.66 1.33 2.27 -
YUV 31.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 41 25 41 0 0.39 0 0.84 300 0.24 0.13
Hex 29 19 29 0 27 0 54 12C 18 D
Octal 51 31 51 0 47 0 124 454 30 15
Binary 101001 11001 101001 0 100111 0 1010100 100101100 11000 1101

Color Harmonies of #291929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291929

Black with #291929

Text Example


Text Example

White with #291929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291929; }

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

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

background-color css

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

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

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

border-color css

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

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

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