Html Css Color HEX #291B28 Mardi Gras

📋 copy color: '#291B28'

red 41 ◦ green 27 ◦ blue 40

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

Shades of Mardi Gras #291B28

Tints of Mardi Gras #291B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25%

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

R = 37.96%
G = 25%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#291B28 (or 0x291B28) is known color: Mardi Gras. HEX triplet: 29, 1B and 28. RGB value is (41,27,40). Sum of RGB (Red+Green+Blue) = 41+27+40=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 41 - color contains mainly: red. Hex color #291B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291B28 is #D6E4D7. Grayscale: #202020. Windows color (decimal): -14083288 or 2628393. OLE color: 2628393.

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

Color convert

RGB 41 27 40 -
CMYK 0 0.34 0.02 0.84
HSL 304.29º 0.21% 0.13% -
HSV(B) 304.29º 0.34% 0.16% -
XYZ 1.69 1.41 2.19 -
YUV 32.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 41 27 40 0 0.34 0.02 0.84 304.29 0.21 0.13
Hex 29 1B 28 0 22 2 54 130 15 D
Octal 51 33 50 0 42 2 124 460 25 15
Binary 101001 11011 101000 0 100010 10 1010100 100110000 10101 1101

Color Harmonies of #291B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291B28

Black with #291B28

Text Example


Text Example

White with #291B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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