Html Css Color HEX #291C2B Mardi Gras

📋 copy color: '#291C2B'

red 41 ◦ green 28 ◦ blue 43

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

Shades of Mardi Gras #291C2B

Tints of Mardi Gras #291C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 38.39%

R = 36.61%
G = 25%
B = 38.39%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#291C2B (or 0x291C2B) is known color: Mardi Gras. HEX triplet: 29, 1C and 2B. RGB value is (41,28,43). Sum of RGB (Red+Green+Blue) = 41+28+43=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 43 - color contains mainly: blue. Hex color #291C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C2B is #D6E3D4. Grayscale: #212121. Windows color (decimal): -14083029 or 2825257. OLE color: 2825257.

HSL color Cylindrical-coordinate representation of color #291C2B: hue angle of 292º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #291C2B is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 41 28 43 -
CMYK 0.05 0.35 0 0.83
HSL 292º 0.21% 0.14% -
HSV(B) 292º 0.35% 0.17% -
XYZ 1.77 1.48 2.48 -
YUV 33.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 41 28 43 0.05 0.35 0 0.83 292 0.21 0.14
Hex 29 1C 2B 5 23 0 53 124 15 E
Octal 51 34 53 5 43 0 123 444 25 16
Binary 101001 11100 101011 101 100011 0 1010011 100100100 10101 1110

Color Harmonies of #291C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C2B

Black with #291C2B

Text Example


Text Example

White with #291C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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