Html Css Color HEX #311736 Mardi Gras

📋 copy color: '#311736'

red 49 ◦ green 23 ◦ blue 54

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

Shades of Mardi Gras #311736

Tints of Mardi Gras #311736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.25%

 BLUE value IS 54 (21.48% from 255) = 42.86%

R = 38.89%
G = 18.25%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#311736 (or 0x311736) is known color: Mardi Gras. HEX triplet: 31, 17 and 36. RGB value is (49,23,54). Sum of RGB (Red+Green+Blue) = 49+23+54=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #311736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311736 is #CEE8C9. Grayscale: #222222. Windows color (decimal): -13560010 or 3544881. OLE color: 3544881.

HSL color Cylindrical-coordinate representation of color #311736: hue angle of 290.32º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311736 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 23 54 -
CMYK 0.09 0.57 0 0.79
HSL 290.32º 0.4% 0.15% -
HSV(B) 290.32º 0.57% 0.21% -
XYZ 2.24 1.53 3.67 -
YUV 34.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 49 23 54 0.09 0.57 0 0.79 290.32 0.4 0.15
Hex 31 17 36 9 39 0 4F 122 28 F
Octal 61 27 66 11 71 0 117 442 50 17
Binary 110001 10111 110110 1001 111001 0 1001111 100100010 101000 1111

Color Harmonies of #311736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311736

Black with #311736

Text Example


Text Example

White with #311736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311736; }

 p { color: rgb(49,23,54); }

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

background-color css

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

 a { background-color: rgb(49,23,54); }

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

border-color css

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

 span { border-color: rgb(49,23,54); }

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