Html Css Color HEX #311332 Mardi Gras

📋 copy color: '#311332'

red 49 ◦ green 19 ◦ blue 50

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

Shades of Mardi Gras #311332

Tints of Mardi Gras #311332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.1%

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

R = 41.53%
G = 16.1%
B = 42.37%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311332 (or 0x311332) is known color: Mardi Gras. HEX triplet: 31, 13 and 32. RGB value is (49,19,50). Sum of RGB (Red+Green+Blue) = 49+19+50=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #311332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311332 is #CEECCD. Grayscale: #1F1F1F. Windows color (decimal): -13561038 or 3281713. OLE color: 3281713.

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

Color convert

RGB 49 19 50 -
CMYK 0.02 0.62 0 0.80
HSL 298.06º 0.45% 0.14% -
HSV(B) 298.06º 0.62% 0.2% -
XYZ 2.08 1.35 3.17 -
YUV 31.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 49 19 50 0.02 0.62 0 0.80 298.06 0.45 0.14
Hex 31 13 32 2 3E 0 50 12A 2D E
Octal 61 23 62 2 76 0 120 452 55 16
Binary 110001 10011 110010 10 111110 0 1010000 100101010 101101 1110

Color Harmonies of #311332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311332

Black with #311332

Text Example


Text Example

White with #311332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311332; }

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

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

background-color css

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

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

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

border-color css

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

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

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