Html Css Color HEX #291C28 Mardi Gras

📋 copy color: '#291C28'

red 41 ◦ green 28 ◦ blue 40

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

Shades of Mardi Gras #291C28

Tints of Mardi Gras #291C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.69%

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

R = 37.61%
G = 25.69%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#291C28 (or 0x291C28) is known color: Mardi Gras. HEX triplet: 29, 1C and 28. RGB value is (41,28,40). Sum of RGB (Red+Green+Blue) = 41+28+40=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 41 - color contains mainly: red. Hex color #291C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C28 is #D6E3D7. Grayscale: #212121. Windows color (decimal): -14083032 or 2628649. OLE color: 2628649.

HSL color Cylindrical-coordinate representation of color #291C28: hue angle of 304.62º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #291C28 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 28 40 -
CMYK 0 0.32 0.02 0.84
HSL 304.62º 0.19% 0.14% -
HSV(B) 304.62º 0.32% 0.16% -
XYZ 1.71 1.46 2.2 -
YUV 33.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 41 28 40 0 0.32 0.02 0.84 304.62 0.19 0.14
Hex 29 1C 28 0 20 2 54 131 13 E
Octal 51 34 50 0 40 2 124 461 23 16
Binary 101001 11100 101000 0 100000 10 1010100 100110001 10011 1110

Color Harmonies of #291C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C28

Black with #291C28

Text Example


Text Example

White with #291C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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