Html Css Color HEX #291F28 Mardi Gras

📋 copy color: '#291F28'

red 41 ◦ green 31 ◦ blue 40

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

Shades of Mardi Gras #291F28

Tints of Mardi Gras #291F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.68%

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

R = 36.61%
G = 27.68%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#291F28 (or 0x291F28) is known color: Mardi Gras. HEX triplet: 29, 1F and 28. RGB value is (41,31,40). Sum of RGB (Red+Green+Blue) = 41+31+40=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 41 - color contains mainly: red. Hex color #291F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F28 is #D6E0D7. Grayscale: #222222. Windows color (decimal): -14082264 or 2629417. OLE color: 2629417.

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

Color convert

RGB 41 31 40 -
CMYK 0 0.24 0.02 0.84
HSL 306º 0.14% 0.14% -
HSV(B) 306º 0.24% 0.16% -
XYZ 1.79 1.6 2.22 -
YUV 35.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 41 31 40 0 0.24 0.02 0.84 306 0.14 0.14
Hex 29 1F 28 0 18 2 54 132 E E
Octal 51 37 50 0 30 2 124 462 16 16
Binary 101001 11111 101000 0 11000 10 1010100 100110010 1110 1110

Color Harmonies of #291F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F28

Black with #291F28

Text Example


Text Example

White with #291F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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