Html Css Color HEX #291128 Mardi Gras

📋 copy color: '#291128'

red 41 ◦ green 17 ◦ blue 40

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

Shades of Mardi Gras #291128

Tints of Mardi Gras #291128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 40.82%

R = 41.84%
G = 17.35%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#291128 (or 0x291128) is known color: Mardi Gras. HEX triplet: 29, 11 and 28. RGB value is (41,17,40). Sum of RGB (Red+Green+Blue) = 41+17+40=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 41 - color contains mainly: red. Hex color #291128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291128 is #D6EED7. Grayscale: #1A1A1A. Windows color (decimal): -14085848 or 2625833. OLE color: 2625833.

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

Color convert

RGB 41 17 40 -
CMYK 0 0.59 0.02 0.84
HSL 302.5º 0.41% 0.11% -
HSV(B) 302.5º 0.59% 0.16% -
XYZ 1.5 1.03 2.13 -
YUV 26.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 41 17 40 0 0.59 0.02 0.84 302.5 0.41 0.11
Hex 29 11 28 0 3B 2 54 12E 29 B
Octal 51 21 50 0 73 2 124 456 51 13
Binary 101001 10001 101000 0 111011 10 1010100 100101110 101001 1011

Color Harmonies of #291128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291128

Black with #291128

Text Example


Text Example

White with #291128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291128; }

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

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

background-color css

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

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

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

border-color css

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

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

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