Html Css Color HEX #312731 Mardi Gras

📋 copy color: '#312731'

red 49 ◦ green 39 ◦ blue 49

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

Shades of Mardi Gras #312731

Tints of Mardi Gras #312731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.47%

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

R = 35.77%
G = 28.47%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#312731 (or 0x312731) is known color: Mardi Gras. HEX triplet: 31, 27 and 31. RGB value is (49,39,49). Sum of RGB (Red+Green+Blue) = 49+39+49=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #312731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312731 is #CED8CE. Grayscale: #2B2B2B. Windows color (decimal): -13555919 or 3221297. OLE color: 3221297.

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

Color convert

RGB 49 39 49 -
CMYK 0 0.20 0 0.81
HSL 300º 0.11% 0.17% -
HSV(B) 300º 0.2% 0.19% -
XYZ 2.55 2.33 3.22 -
YUV 43.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 49 39 49 0 0.20 0 0.81 300 0.11 0.17
Hex 31 27 31 0 14 0 51 12C B 11
Octal 61 47 61 0 24 0 121 454 13 21
Binary 110001 100111 110001 0 10100 0 1010001 100101100 1011 10001

Color Harmonies of #312731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312731

Black with #312731

Text Example


Text Example

White with #312731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312731; }

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

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

background-color css

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

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

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

border-color css

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

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

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