Html Css Color HEX #310936 Mardi Gras

📋 copy color: '#310936'

red 49 ◦ green 9 ◦ blue 54

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

Shades of Mardi Gras #310936

Tints of Mardi Gras #310936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.04%

 BLUE value IS 54 (21.48% from 255) = 48.21%

R = 43.75%
G = 8.04%
B = 48.21%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#310936 (or 0x310936) is known color: Mardi Gras. HEX triplet: 31, 09 and 36. RGB value is (49,9,54). Sum of RGB (Red+Green+Blue) = 49+9+54=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #310936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310936 is #CEF6C9. Grayscale: #191919. Windows color (decimal): -13563594 or 3541297. OLE color: 3541297.

HSL color Cylindrical-coordinate representation of color #310936: hue angle of 293.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #310936 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 9 54 -
CMYK 0.09 0.83 0 0.79
HSL 293.33º 0.71% 0.12% -
HSV(B) 293.33º 0.83% 0.21% -
XYZ 2.03 1.11 3.6 -
YUV 26.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 49 9 54 0.09 0.83 0 0.79 293.33 0.71 0.12
Hex 31 9 36 9 53 0 4F 125 47 C
Octal 61 11 66 11 123 0 117 445 107 14
Binary 110001 1001 110110 1001 1010011 0 1001111 100100101 1000111 1100

Color Harmonies of #310936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310936

Black with #310936

Text Example


Text Example

White with #310936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310936; }

 p { color: rgb(49,9,54); }

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

background-color css

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

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

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

border-color css

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

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

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