Html Css Color HEX #310C36 Mardi Gras

📋 copy color: '#310C36'

red 49 ◦ green 12 ◦ blue 54

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

Shades of Mardi Gras #310C36

Tints of Mardi Gras #310C36

RGB

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

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

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

R = 42.61%
G = 10.43%
B = 46.96%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#310C36 (or 0x310C36) is known color: Mardi Gras. HEX triplet: 31, 0C and 36. RGB value is (49,12,54). Sum of RGB (Red+Green+Blue) = 49+12+54=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 54 - color contains mainly: blue. Hex color #310C36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C36 is #CEF3C9. Grayscale: #1B1B1B. Windows color (decimal): -13562826 or 3542065. OLE color: 3542065.

HSL color Cylindrical-coordinate representation of color #310C36: hue angle of 292.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310C36 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 12 54 -
CMYK 0.09 0.78 0 0.79
HSL 292.86º 0.64% 0.13% -
HSV(B) 292.86º 0.78% 0.21% -
XYZ 2.06 1.18 3.61 -
YUV 27.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 49 12 54 0.09 0.78 0 0.79 292.86 0.64 0.13
Hex 31 C 36 9 4E 0 4F 125 40 D
Octal 61 14 66 11 116 0 117 445 100 15
Binary 110001 1100 110110 1001 1001110 0 1001111 100100101 1000000 1101

Color Harmonies of #310C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C36

Black with #310C36

Text Example


Text Example

White with #310C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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