Html Css Color HEX #310C35 Mardi Gras

📋 copy color: '#310C35'

red 49 ◦ green 12 ◦ blue 53

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

Shades of Mardi Gras #310C35

Tints of Mardi Gras #310C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 46.49%

R = 42.98%
G = 10.53%
B = 46.49%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#310C35 (or 0x310C35) is known color: Mardi Gras. HEX triplet: 31, 0C and 35. RGB value is (49,12,53). Sum of RGB (Red+Green+Blue) = 49+12+53=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #310C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C35 is #CEF3CA. Grayscale: #1B1B1B. Windows color (decimal): -13562827 or 3476529. OLE color: 3476529.

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

Color convert

RGB 49 12 53 -
CMYK 0.08 0.77 0 0.79
HSL 294.15º 0.63% 0.13% -
HSV(B) 294.15º 0.77% 0.21% -
XYZ 2.04 1.17 3.49 -
YUV 27.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 49 12 53 0.08 0.77 0 0.79 294.15 0.63 0.13
Hex 31 C 35 8 4D 0 4F 126 3F D
Octal 61 14 65 10 115 0 117 446 77 15
Binary 110001 1100 110101 1000 1001101 0 1001111 100100110 111111 1101

Color Harmonies of #310C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C35

Black with #310C35

Text Example


Text Example

White with #310C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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