Html Css Color HEX #311831 Mardi Gras

📋 copy color: '#311831'

red 49 ◦ green 24 ◦ blue 49

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

Shades of Mardi Gras #311831

Tints of Mardi Gras #311831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.67%

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

R = 40.16%
G = 19.67%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#311831 (or 0x311831) is known color: Mardi Gras. HEX triplet: 31, 18 and 31. RGB value is (49,24,49). Sum of RGB (Red+Green+Blue) = 49+24+49=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #311831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311831 is #CEE7CE. Grayscale: #222222. Windows color (decimal): -13559759 or 3217457. OLE color: 3217457.

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

Color convert

RGB 49 24 49 -
CMYK 0 0.51 0 0.81
HSL 300º 0.34% 0.14% -
HSV(B) 300º 0.51% 0.19% -
XYZ 2.15 1.53 3.09 -
YUV 34.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 49 24 49 0 0.51 0 0.81 300 0.34 0.14
Hex 31 18 31 0 33 0 51 12C 22 E
Octal 61 30 61 0 63 0 121 454 42 16
Binary 110001 11000 110001 0 110011 0 1010001 100101100 100010 1110

Color Harmonies of #311831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311831

Black with #311831

Text Example


Text Example

White with #311831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311831; }

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

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

background-color css

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

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

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

border-color css

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

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

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