Html Css Color HEX #311331 Mardi Gras

📋 copy color: '#311331'

red 49 ◦ green 19 ◦ blue 49

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

Shades of Mardi Gras #311331

Tints of Mardi Gras #311331

RGB

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

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

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

R = 41.88%
G = 16.24%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#311331 (or 0x311331) is known color: Mardi Gras. HEX triplet: 31, 13 and 31. RGB value is (49,19,49). Sum of RGB (Red+Green+Blue) = 49+19+49=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #311331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311331 is #CEECCE. Grayscale: #1F1F1F. Windows color (decimal): -13561039 or 3216177. OLE color: 3216177.

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

Color convert

RGB 49 19 49 -
CMYK 0 0.61 0 0.81
HSL 300º 0.44% 0.13% -
HSV(B) 300º 0.61% 0.19% -
XYZ 2.05 1.34 3.06 -
YUV 31.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 49 19 49 0 0.61 0 0.81 300 0.44 0.13
Hex 31 13 31 0 3D 0 51 12C 2C D
Octal 61 23 61 0 75 0 121 454 54 15
Binary 110001 10011 110001 0 111101 0 1010001 100101100 101100 1101

Color Harmonies of #311331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311331

Black with #311331

Text Example


Text Example

White with #311331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311331; }

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

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

background-color css

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

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

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

border-color css

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

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

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