#311130

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

Shades of Mardi Gras #311130

Tints of Mardi Gras #311130

Color information

#311130 (or 0x311130) is unknown color: approx Mardi Gras. HEX triplet: 31, 11 and 30. RGB value is (49,17,48). Sum of RGB (Red+Green+Blue) = 49+17+48=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311130 is #CEEECF. Grayscale: #1E1E1E. Windows color (decimal): -13561552 or 3150129. OLE color: 3150129.

HSL color Cylindrical-coordinate representation of color #311130: hue angle of 301.88º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311130 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB491748-
CMYK00.650.020.81
HSL301.88º48.48%12.94%-
HSV(B)301.88º65.31%19.22%-
XYZ21.272.94-
YUV30.1138.1141.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 48 (19.14% from 255) = 42.11%
R=42.98%
G=14.91%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49174800.650.020.81301.8848.4812.94
Hex31113004125112e30d
Octal612160010121214566015
Binary11000110001110000010000011010100011001011101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311130; }

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

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

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

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

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

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

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

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