#311930

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

Shades of Mardi Gras #311930

Tints of Mardi Gras #311930

Color information

#311930 (or 0x311930) is unknown color: approx Mardi Gras. HEX triplet: 31, 19 and 30. RGB value is (49,25,48). Sum of RGB (Red+Green+Blue) = 49+25+48=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #311930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311930 is #CEE6CF. Grayscale: #222222. Windows color (decimal): -13559504 or 3152177. OLE color: 3152177.

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

Color convert

RGB492548-
CMYK00.490.020.81
HSL302.5º32.43%14.51%-
HSV(B)302.5º48.98%19.22%-
XYZ2.151.562.98-
YUV34.8135.45138.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=40.16%
G=20.49%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49254800.490.020.81302.532.4314.51
Hex31193003125112e20f
Octal61316006121214564017
Binary1100011100111000001100011010100011001011101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311930; }

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

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

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

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

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

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

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

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