Html Css Color HEX #310131 Mardi Gras

📋 copy color: '#310131'

red 49 ◦ green 1 ◦ blue 49

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

Shades of Mardi Gras #310131

Tints of Mardi Gras #310131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.01%

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

R = 49.49%
G = 1.01%
B = 49.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#310131 (or 0x310131) is known color: Mardi Gras. HEX triplet: 31, 01 and 31. RGB value is (49,1,49). Sum of RGB (Red+Green+Blue) = 49+1+49=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #310131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310131 is #CEFECE. Grayscale: #141414. Windows color (decimal): -13565647 or 3211569. OLE color: 3211569.

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

Color convert

RGB 49 1 49 -
CMYK 0 0.98 0 0.81
HSL 300º 0.96% 0.1% -
HSV(B) 300º 0.98% 0.19% -
XYZ 1.83 0.9 2.98 -
YUV 20.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 49 1 49 0 0.98 0 0.81 300 0.96 0.1
Hex 31 1 31 0 62 0 51 12C 60 A
Octal 61 1 61 0 142 0 121 454 140 12
Binary 110001 1 110001 0 1100010 0 1010001 100101100 1100000 1010

Color Harmonies of #310131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310131

Black with #310131

Text Example


Text Example

White with #310131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310131; }

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

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

background-color css

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

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

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

border-color css

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

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

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