Html Css Color HEX #311035 Mardi Gras

📋 copy color: '#311035'

red 49 ◦ green 16 ◦ blue 53

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

Shades of Mardi Gras #311035

Tints of Mardi Gras #311035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

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

R = 41.53%
G = 13.56%
B = 44.92%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#311035 (or 0x311035) is known color: Mardi Gras. HEX triplet: 31, 10 and 35. RGB value is (49,16,53). Sum of RGB (Red+Green+Blue) = 49+16+53=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #311035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311035 is #CEEFCA. Grayscale: #1D1D1D. Windows color (decimal): -13561803 or 3477553. OLE color: 3477553.

HSL color Cylindrical-coordinate representation of color #311035: hue angle of 293.51º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311035 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 16 53 -
CMYK 0.08 0.70 0 0.79
HSL 293.51º 0.54% 0.14% -
HSV(B) 293.51º 0.7% 0.21% -
XYZ 2.09 1.28 3.5 -
YUV 30.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 49 16 53 0.08 0.70 0 0.79 293.51 0.54 0.14
Hex 31 10 35 8 46 0 4F 126 36 E
Octal 61 20 65 10 106 0 117 446 66 16
Binary 110001 10000 110101 1000 1000110 0 1001111 100100110 110110 1110

Color Harmonies of #311035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311035

Black with #311035

Text Example


Text Example

White with #311035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311035; }

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

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

background-color css

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

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

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

border-color css

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

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

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