Html Css Color HEX #311031 Mardi Gras

📋 copy color: '#311031'

red 49 ◦ green 16 ◦ blue 49

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

Shades of Mardi Gras #311031

Tints of Mardi Gras #311031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.04%

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

R = 42.98%
G = 14.04%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#311031 (or 0x311031) is known color: Mardi Gras. HEX triplet: 31, 10 and 31. RGB value is (49,16,49). Sum of RGB (Red+Green+Blue) = 49+16+49=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #311031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311031 is #CEEFCE. Grayscale: #1D1D1D. Windows color (decimal): -13561807 or 3215409. OLE color: 3215409.

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

Color convert

RGB 49 16 49 -
CMYK 0 0.67 0 0.81
HSL 300º 0.51% 0.13% -
HSV(B) 300º 0.67% 0.19% -
XYZ 2.01 1.25 3.04 -
YUV 29.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 49 16 49 0 0.67 0 0.81 300 0.51 0.13
Hex 31 10 31 0 43 0 51 12C 33 D
Octal 61 20 61 0 103 0 121 454 63 15
Binary 110001 10000 110001 0 1000011 0 1010001 100101100 110011 1101

Color Harmonies of #311031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311031

Black with #311031

Text Example


Text Example

White with #311031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311031; }

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

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

background-color css

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

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

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

border-color css

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

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

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