Html Css Color HEX #311F2F Mardi Gras

📋 copy color: '#311F2F'

red 49 ◦ green 31 ◦ blue 47

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

Shades of Mardi Gras #311F2F

Tints of Mardi Gras #311F2F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.41%

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

R = 38.58%
G = 24.41%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#311F2F (or 0x311F2F) is known color: Mardi Gras. HEX triplet: 31, 1F and 2F. RGB value is (49,31,47). Sum of RGB (Red+Green+Blue) = 49+31+47=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #311F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F2F is #CEE0D0. Grayscale: #262626. Windows color (decimal): -13557969 or 3088177. OLE color: 3088177.

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

Color convert

RGB 49 31 47 -
CMYK 0 0.37 0.04 0.81
HSL 306.67º 0.23% 0.16% -
HSV(B) 306.67º 0.37% 0.19% -
XYZ 2.27 1.84 2.92 -
YUV 38.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 49 31 47 0 0.37 0.04 0.81 306.67 0.23 0.16
Hex 31 1F 2F 0 25 4 51 133 16 10
Octal 61 37 57 0 45 4 121 463 26 20
Binary 110001 11111 101111 0 100101 100 1010001 100110011 10110 10000

Color Harmonies of #311F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F2F

Black with #311F2F

Text Example


Text Example

White with #311F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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