Html Css Color HEX #312031 Mardi Gras

📋 copy color: '#312031'

red 49 ◦ green 32 ◦ blue 49

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

Shades of Mardi Gras #312031

Tints of Mardi Gras #312031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.62%

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

R = 37.69%
G = 24.62%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#312031 (or 0x312031) is known color: Mardi Gras. HEX triplet: 31, 20 and 31. RGB value is (49,32,49). Sum of RGB (Red+Green+Blue) = 49+32+49=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #312031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312031 is #CEDFCE. Grayscale: #262626. Windows color (decimal): -13557711 or 3219505. OLE color: 3219505.

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

Color convert

RGB 49 32 49 -
CMYK 0 0.35 0 0.81
HSL 300º 0.21% 0.16% -
HSV(B) 300º 0.35% 0.19% -
XYZ 2.34 1.91 3.15 -
YUV 39.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 49 32 49 0 0.35 0 0.81 300 0.21 0.16
Hex 31 20 31 0 23 0 51 12C 15 10
Octal 61 40 61 0 43 0 121 454 25 20
Binary 110001 100000 110001 0 100011 0 1010001 100101100 10101 10000

Color Harmonies of #312031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312031

Black with #312031

Text Example


Text Example

White with #312031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312031; }

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

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

background-color css

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

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

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

border-color css

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

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

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