#311E30

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

Shades of Mardi Gras #311E30

Tints of Mardi Gras #311E30

Color information

#311E30 (or 0x311E30) is unknown color: approx Mardi Gras. HEX triplet: 31, 1E and 30. RGB value is (49,30,48). Sum of RGB (Red+Green+Blue) = 49+30+48=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #311E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E30 is #CEE1CF. Grayscale: #252525. Windows color (decimal): -13558224 or 3153457. OLE color: 3153457.

HSL color Cylindrical-coordinate representation of color #311E30: hue angle of 303.16º 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 #311E30 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB493048-
CMYK00.390.020.81
HSL303.16º24.05%15.49%-
HSV(B)303.16º38.78%19.22%-
XYZ2.261.793.02-
YUV37.73133.79136.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 30 (12.11% from 255) = 23.62%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=38.58%
G=23.62%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49304800.390.020.81303.1624.0515.49
Hex311E3002725112f18f
Octal61366004721214573017
Binary110001111101100000100111101010001100101111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #311E30;
 }
 .AnyTagClassName
 {
   color: #311E30;
 }
</style>
background-color css

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

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

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

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

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

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