#311D30

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

Shades of Mardi Gras #311D30

Tints of Mardi Gras #311D30

Color information

#311D30 (or 0x311D30) is unknown color: approx Mardi Gras. HEX triplet: 31, 1D and 30. RGB value is (49,29,48). Sum of RGB (Red+Green+Blue) = 49+29+48=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #311D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D30 is #CEE2CF. Grayscale: #252525. Windows color (decimal): -13558480 or 3153201. OLE color: 3153201.

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

Color convert

RGB492948-
CMYK00.410.020.81
HSL303º25.64%15.29%-
HSV(B)303º40.82%19.22%-
XYZ2.241.753.02-
YUV37.15134.13136.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 48 (19.14% from 255) = 38.10%
R=38.89%
G=23.02%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49294800.410.020.8130325.6415.29
Hex311D3002925112f1af
Octal61356005121214573217
Binary110001111011100000101001101010001100101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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