Html Css Color HEX #291D28 Mardi Gras

📋 copy color: '#291D28'

red 41 ◦ green 29 ◦ blue 40

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

Shades of Mardi Gras #291D28

Tints of Mardi Gras #291D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.36%

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

R = 37.27%
G = 26.36%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#291D28 (or 0x291D28) is known color: Mardi Gras. HEX triplet: 29, 1D and 28. RGB value is (41,29,40). Sum of RGB (Red+Green+Blue) = 41+29+40=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 41 - color contains mainly: red. Hex color #291D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D28 is #D6E2D7. Grayscale: #212121. Windows color (decimal): -14082776 or 2628905. OLE color: 2628905.

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

Color convert

RGB 41 29 40 -
CMYK 0 0.29 0.02 0.84
HSL 305º 0.17% 0.14% -
HSV(B) 305º 0.29% 0.16% -
XYZ 1.74 1.5 2.21 -
YUV 33.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 41 29 40 0 0.29 0.02 0.84 305 0.17 0.14
Hex 29 1D 28 0 1D 2 54 131 11 E
Octal 51 35 50 0 35 2 124 461 21 16
Binary 101001 11101 101000 0 11101 10 1010100 100110001 10001 1110

Color Harmonies of #291D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D28

Black with #291D28

Text Example


Text Example

White with #291D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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