Html Css Color HEX #311E35 Mardi Gras

📋 copy color: '#311E35'

red 49 ◦ green 30 ◦ blue 53

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

Shades of Mardi Gras #311E35

Tints of Mardi Gras #311E35

RGB

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

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

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

R = 37.12%
G = 22.73%
B = 40.15%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#311E35 (or 0x311E35) is known color: Mardi Gras. HEX triplet: 31, 1E and 35. RGB value is (49,30,53). Sum of RGB (Red+Green+Blue) = 49+30+53=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 53 - color contains mainly: blue. Hex color #311E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E35 is #CEE1CA. Grayscale: #262626. Windows color (decimal): -13558219 or 3481137. OLE color: 3481137.

HSL color Cylindrical-coordinate representation of color #311E35: hue angle of 289.57º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #311E35 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 30 53 -
CMYK 0.08 0.43 0 0.79
HSL 289.57º 0.28% 0.16% -
HSV(B) 289.57º 0.43% 0.21% -
XYZ 2.37 1.84 3.6 -
YUV 38.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 49 30 53 0.08 0.43 0 0.79 289.57 0.28 0.16
Hex 31 1E 35 8 2B 0 4F 122 1C 10
Octal 61 36 65 10 53 0 117 442 34 20
Binary 110001 11110 110101 1000 101011 0 1001111 100100010 11100 10000

Color Harmonies of #311E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E35

Black with #311E35

Text Example


Text Example

White with #311E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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