Html Css Color HEX #291A28 Mardi Gras

📋 copy color: '#291A28'

red 41 ◦ green 26 ◦ blue 40

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

Shades of Mardi Gras #291A28

Tints of Mardi Gras #291A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.3%

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

R = 38.32%
G = 24.3%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#291A28 (or 0x291A28) is known color: Mardi Gras. HEX triplet: 29, 1A and 28. RGB value is (41,26,40). Sum of RGB (Red+Green+Blue) = 41+26+40=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 41 - color contains mainly: red. Hex color #291A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A28 is #D6E5D7. Grayscale: #202020. Windows color (decimal): -14083544 or 2628137. OLE color: 2628137.

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

Color convert

RGB 41 26 40 -
CMYK 0 0.37 0.02 0.84
HSL 304º 0.22% 0.13% -
HSV(B) 304º 0.37% 0.16% -
XYZ 1.67 1.36 2.18 -
YUV 32.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 41 26 40 0 0.37 0.02 0.84 304 0.22 0.13
Hex 29 1A 28 0 25 2 54 130 16 D
Octal 51 32 50 0 45 2 124 460 26 15
Binary 101001 11010 101000 0 100101 10 1010100 100110000 10110 1101

Color Harmonies of #291A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A28

Black with #291A28

Text Example


Text Example

White with #291A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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