Html Css Color HEX #310031 Mardi Gras

📋 copy color: '#310031'

red 49 ◦ green 0 ◦ blue 49

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

Shades of Mardi Gras #310031

Tints of Mardi Gras #310031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#310031 (or 0x310031) is known color: Mardi Gras. HEX triplet: 31, 00 and 31. RGB value is (49,0,49). Sum of RGB (Red+Green+Blue) = 49+0+49=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #310031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310031 is #CEFFCE. Grayscale: #141414. Windows color (decimal): -13565903 or 3211313. OLE color: 3211313.

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

Color convert

RGB 49 0 49 -
CMYK 0 1 0 0.81
HSL 300º 1% 0.1% -
HSV(B) 300º 1% 0.19% -
XYZ 1.82 0.87 2.98 -
YUV 20.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 49 0 49 0 1 0 0.81 300 1 0.1
Hex 31 0 31 0 64 0 51 12C 64 A
Octal 61 0 61 0 144 0 121 454 144 12
Binary 110001 0 110001 0 1100100 0 1010001 100101100 1100100 1010

Color Harmonies of #310031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310031

Black with #310031

Text Example


Text Example

White with #310031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310031; }

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

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

background-color css

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

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

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

border-color css

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

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

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