Html Css Color HEX #311135 Mardi Gras

📋 copy color: '#311135'

red 49 ◦ green 17 ◦ blue 53

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

Shades of Mardi Gras #311135

Tints of Mardi Gras #311135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.29%

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

R = 41.18%
G = 14.29%
B = 44.54%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#311135 (or 0x311135) is known color: Mardi Gras. HEX triplet: 31, 11 and 35. RGB value is (49,17,53). Sum of RGB (Red+Green+Blue) = 49+17+53=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #311135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311135 is #CEEECA. Grayscale: #1E1E1E. Windows color (decimal): -13561547 or 3477809. OLE color: 3477809.

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

Color convert

RGB 49 17 53 -
CMYK 0.08 0.68 0 0.79
HSL 293.33º 0.51% 0.14% -
HSV(B) 293.33º 0.68% 0.21% -
XYZ 2.11 1.31 3.51 -
YUV 30.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 49 17 53 0.08 0.68 0 0.79 293.33 0.51 0.14
Hex 31 11 35 8 44 0 4F 125 33 E
Octal 61 21 65 10 104 0 117 445 63 16
Binary 110001 10001 110101 1000 1000100 0 1001111 100100101 110011 1110

Color Harmonies of #311135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311135

Black with #311135

Text Example


Text Example

White with #311135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311135; }

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

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

background-color css

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

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

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

border-color css

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

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

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