Html Css Color HEX #311E32 Mardi Gras

📋 copy color: '#311E32'

red 49 ◦ green 30 ◦ blue 50

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

Shades of Mardi Gras #311E32

Tints of Mardi Gras #311E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.26%

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

R = 37.98%
G = 23.26%
B = 38.76%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311E32 (or 0x311E32) is known color: Mardi Gras. HEX triplet: 31, 1E and 32. RGB value is (49,30,50). Sum of RGB (Red+Green+Blue) = 49+30+50=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #311E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E32 is #CEE1CD. Grayscale: #252525. Windows color (decimal): -13558222 or 3284529. OLE color: 3284529.

HSL color Cylindrical-coordinate representation of color #311E32: hue angle of 297º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #311E32 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 30 50 -
CMYK 0.02 0.40 0 0.80
HSL 297º 0.25% 0.16% -
HSV(B) 297º 0.4% 0.2% -
XYZ 2.31 1.81 3.25 -
YUV 37.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 49 30 50 0.02 0.40 0 0.80 297 0.25 0.16
Hex 31 1E 32 2 28 0 50 129 19 10
Octal 61 36 62 2 50 0 120 451 31 20
Binary 110001 11110 110010 10 101000 0 1010000 100101001 11001 10000

Color Harmonies of #311E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E32

Black with #311E32

Text Example


Text Example

White with #311E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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