Html Css Color HEX #291426 Mardi Gras

📋 copy color: '#291426'

red 41 ◦ green 20 ◦ blue 38

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

Shades of Mardi Gras #291426

Tints of Mardi Gras #291426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.2%

 BLUE value IS 38 (15.23% from 255) = 38.38%

R = 41.41%
G = 20.2%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#291426 (or 0x291426) is known color: Mardi Gras. HEX triplet: 29, 14 and 26. RGB value is (41,20,38). Sum of RGB (Red+Green+Blue) = 41+20+38=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 41 - color contains mainly: red. Hex color #291426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291426 is #D6EBD9. Grayscale: #1C1C1C. Windows color (decimal): -14085082 or 2495529. OLE color: 2495529.

HSL color Cylindrical-coordinate representation of color #291426: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #291426 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 20 38 -
CMYK 0 0.51 0.07 0.84
HSL 308.57º 0.34% 0.12% -
HSV(B) 308.57º 0.51% 0.16% -
XYZ 1.51 1.11 1.97 -
YUV 28.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 41 20 38 0 0.51 0.07 0.84 308.57 0.34 0.12
Hex 29 14 26 0 33 7 54 135 22 C
Octal 51 24 46 0 63 7 124 465 42 14
Binary 101001 10100 100110 0 110011 111 1010100 100110101 100010 1100

Color Harmonies of #291426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291426

Black with #291426

Text Example


Text Example

White with #291426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291426; }

 p { color: rgb(41,20,38); }

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

background-color css

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

 a { background-color: rgb(41,20,38); }

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

border-color css

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

 span { border-color: rgb(41,20,38); }

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