Html Css Color HEX #291326 Mardi Gras

📋 copy color: '#291326'

red 41 ◦ green 19 ◦ blue 38

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

Shades of Mardi Gras #291326

Tints of Mardi Gras #291326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.39%

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

R = 41.84%
G = 19.39%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#291326 (or 0x291326) is known color: Mardi Gras. HEX triplet: 29, 13 and 26. RGB value is (41,19,38). Sum of RGB (Red+Green+Blue) = 41+19+38=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 41 - color contains mainly: red. Hex color #291326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291326 is #D6ECD9. Grayscale: #1B1B1B. Windows color (decimal): -14085338 or 2495273. OLE color: 2495273.

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

Color convert

RGB 41 19 38 -
CMYK 0 0.54 0.07 0.84
HSL 308.18º 0.37% 0.12% -
HSV(B) 308.18º 0.54% 0.16% -
XYZ 1.5 1.08 1.96 -
YUV 27.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 41 19 38 0 0.54 0.07 0.84 308.18 0.37 0.12
Hex 29 13 26 0 36 7 54 134 25 C
Octal 51 23 46 0 66 7 124 464 45 14
Binary 101001 10011 100110 0 110110 111 1010100 100110100 100101 1100

Color Harmonies of #291326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291326

Black with #291326

Text Example


Text Example

White with #291326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291326; }

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

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

background-color css

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

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

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

border-color css

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

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

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