Html Css Color HEX #312131 Mardi Gras

📋 copy color: '#312131'

red 49 ◦ green 33 ◦ blue 49

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

Shades of Mardi Gras #312131

Tints of Mardi Gras #312131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.19%

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

R = 37.4%
G = 25.19%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#312131 (or 0x312131) is known color: Mardi Gras. HEX triplet: 31, 21 and 31. RGB value is (49,33,49). Sum of RGB (Red+Green+Blue) = 49+33+49=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #312131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312131 is #CEDECE. Grayscale: #272727. Windows color (decimal): -13557455 or 3219761. OLE color: 3219761.

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

Color convert

RGB 49 33 49 -
CMYK 0 0.33 0 0.81
HSL 300º 0.2% 0.16% -
HSV(B) 300º 0.33% 0.19% -
XYZ 2.36 1.96 3.16 -
YUV 39.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 49 33 49 0 0.33 0 0.81 300 0.2 0.16
Hex 31 21 31 0 21 0 51 12C 14 10
Octal 61 41 61 0 41 0 121 454 24 20
Binary 110001 100001 110001 0 100001 0 1010001 100101100 10100 10000

Color Harmonies of #312131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312131

Black with #312131

Text Example


Text Example

White with #312131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312131; }

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

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

background-color css

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

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

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

border-color css

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

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

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