#311F2F

Color #311F2F Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #311F2F

Tints of Mardi Gras #311F2F

Color information

#311F2F (or 0x311F2F) is unknown color: approx 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.23, 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

RGB493147-
CMYK00.370.040.81
HSL306.67º22.5%15.69%-
HSV(B)306.67º36.73%19.22%-
XYZ2.271.842.92-
YUV38.21132.96135.7-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49314700.370.040.81306.6722.515.69
Hex311F2F0254511331610
Octal61375704541214632620
Binary11000111111101111010010110010100011001100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>