Html Css Color HEX #310C31 Mardi Gras

📋 copy color: '#310C31'

red 49 ◦ green 12 ◦ blue 49

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

Shades of Mardi Gras #310C31

Tints of Mardi Gras #310C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.91%

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

R = 44.55%
G = 10.91%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#310C31 (or 0x310C31) is known color: Mardi Gras. HEX triplet: 31, 0C and 31. RGB value is (49,12,49). Sum of RGB (Red+Green+Blue) = 49+12+49=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #310C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C31 is #CEF3CE. Grayscale: #1B1B1B. Windows color (decimal): -13562831 or 3214385. OLE color: 3214385.

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

Color convert

RGB 49 12 49 -
CMYK 0 0.76 0 0.81
HSL 300º 0.61% 0.12% -
HSV(B) 300º 0.76% 0.19% -
XYZ 1.95 1.14 3.02 -
YUV 27.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 49 12 49 0 0.76 0 0.81 300 0.61 0.12
Hex 31 C 31 0 4C 0 51 12C 3D C
Octal 61 14 61 0 114 0 121 454 75 14
Binary 110001 1100 110001 0 1001100 0 1010001 100101100 111101 1100

Color Harmonies of #310C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C31

Black with #310C31

Text Example


Text Example

White with #310C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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