Html Css Color HEX #291126 Mardi Gras

📋 copy color: '#291126'

red 41 ◦ green 17 ◦ blue 38

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

Shades of Mardi Gras #291126

Tints of Mardi Gras #291126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 39.58%

R = 42.71%
G = 17.71%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#291126 (or 0x291126) is known color: Mardi Gras. HEX triplet: 29, 11 and 26. RGB value is (41,17,38). Sum of RGB (Red+Green+Blue) = 41+17+38=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291126 is #D6EED9. Grayscale: #1A1A1A. Windows color (decimal): -14085850 or 2494761. OLE color: 2494761.

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

Color convert

RGB 41 17 38 -
CMYK 0 0.59 0.07 0.84
HSL 307.5º 0.41% 0.11% -
HSV(B) 307.5º 0.59% 0.16% -
XYZ 1.46 1.01 1.95 -
YUV 26.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 41 17 38 0 0.59 0.07 0.84 307.5 0.41 0.11
Hex 29 11 26 0 3B 7 54 134 29 B
Octal 51 21 46 0 73 7 124 464 51 13
Binary 101001 10001 100110 0 111011 111 1010100 100110100 101001 1011

Color Harmonies of #291126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291126

Black with #291126

Text Example


Text Example

White with #291126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291126; }

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

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

background-color css

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

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

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

border-color css

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

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

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