Html Css Color HEX #311E31 Mardi Gras

📋 copy color: '#311E31'

red 49 ◦ green 30 ◦ blue 49

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

Shades of Mardi Gras #311E31

Tints of Mardi Gras #311E31

RGB

 RED value IS 49 (19.53% from 255) = 38.28%

 GREEN value IS 30 (12.11% from 255) = 23.44%

 BLUE value IS 49 (19.53% from 255) = 38.28%

R = 38.28%
G = 23.44%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#311E31 (or 0x311E31) is known color: Mardi Gras. HEX triplet: 31, 1E and 31. RGB value is (49,30,49). Sum of RGB (Red+Green+Blue) = 49+30+49=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #311E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E31 is #CEE1CE. Grayscale: #252525. Windows color (decimal): -13558223 or 3218993. OLE color: 3218993.

HSL color Cylindrical-coordinate representation of color #311E31: hue angle of 300º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E31 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 30 49 -
CMYK 0 0.39 0 0.81
HSL 300º 0.24% 0.15% -
HSV(B) 300º 0.39% 0.19% -
XYZ 2.29 1.8 3.13 -
YUV 37.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 49 30 49 0 0.39 0 0.81 300 0.24 0.15
Hex 31 1E 31 0 27 0 51 12C 18 F
Octal 61 36 61 0 47 0 121 454 30 17
Binary 110001 11110 110001 0 100111 0 1010001 100101100 11000 1111

Color Harmonies of #311E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E31

Black with #311E31

Text Example


Text Example

White with #311E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311E31; }

 p { color: rgb(49,30,49); }

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

background-color css

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

 a { background-color: rgb(49,30,49); }

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

border-color css

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

 span { border-color: rgb(49,30,49); }

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