Html Css Color HEX #311132 Mardi Gras

📋 copy color: '#311132'

red 49 ◦ green 17 ◦ blue 50

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

Shades of Mardi Gras #311132

Tints of Mardi Gras #311132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 43.1%

R = 42.24%
G = 14.66%
B = 43.1%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311132 (or 0x311132) is known color: Mardi Gras. HEX triplet: 31, 11 and 32. RGB value is (49,17,50). Sum of RGB (Red+Green+Blue) = 49+17+50=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #311132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311132 is #CEEECD. Grayscale: #1E1E1E. Windows color (decimal): -13561550 or 3281201. OLE color: 3281201.

HSL color Cylindrical-coordinate representation of color #311132: hue angle of 298.18º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #311132 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 17 50 -
CMYK 0.02 0.66 0 0.80
HSL 298.18º 0.49% 0.13% -
HSV(B) 298.18º 0.66% 0.2% -
XYZ 2.04 1.28 3.16 -
YUV 30.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 49 17 50 0.02 0.66 0 0.80 298.18 0.49 0.13
Hex 31 11 32 2 42 0 50 12A 31 D
Octal 61 21 62 2 102 0 120 452 61 15
Binary 110001 10001 110010 10 1000010 0 1010000 100101010 110001 1101

Color Harmonies of #311132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311132

Black with #311132

Text Example


Text Example

White with #311132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311132; }

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

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

background-color css

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

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

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

border-color css

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

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

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