Html Css Color HEX #311E2F Mardi Gras

📋 copy color: '#311E2F'

red 49 ◦ green 30 ◦ blue 47

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

Shades of Mardi Gras #311E2F

Tints of Mardi Gras #311E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.3%

R = 38.89%
G = 23.81%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#311E2F (or 0x311E2F) is known color: Mardi Gras. HEX triplet: 31, 1E and 2F. RGB value is (49,30,47). Sum of RGB (Red+Green+Blue) = 49+30+47=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #311E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E2F is #CEE1D0. Grayscale: #252525. Windows color (decimal): -13558225 or 3087921. OLE color: 3087921.

HSL color Cylindrical-coordinate representation of color #311E2F: hue angle of 306.32º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E2F is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 30 47 -
CMYK 0 0.39 0.04 0.81
HSL 306.32º 0.24% 0.15% -
HSV(B) 306.32º 0.39% 0.19% -
XYZ 2.24 1.79 2.92 -
YUV 37.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 49 30 47 0 0.39 0.04 0.81 306.32 0.24 0.15
Hex 31 1E 2F 0 27 4 51 132 18 F
Octal 61 36 57 0 47 4 121 462 30 17
Binary 110001 11110 101111 0 100111 100 1010001 100110010 11000 1111

Color Harmonies of #311E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E2F

Black with #311E2F

Text Example


Text Example

White with #311E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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