#311730

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

Shades of Mardi Gras #311730

Tints of Mardi Gras #311730

Color information

#311730 (or 0x311730) is unknown color: approx Mardi Gras. HEX triplet: 31, 17 and 30. RGB value is (49,23,48). Sum of RGB (Red+Green+Blue) = 49+23+48=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #311730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311730 is #CEE8CF. Grayscale: #212121. Windows color (decimal): -13560016 or 3151665. OLE color: 3151665.

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

Color convert

RGB492348-
CMYK00.530.020.81
HSL302.31º36.11%14.12%-
HSV(B)302.31º53.06%19.22%-
XYZ2.111.482.97-
YUV33.62136.11138.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 48 (19.14% from 255) = 40%
R=40.83%
G=19.17%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49234800.530.020.81302.3136.1114.12
Hex31173003525112e24e
Octal61276006521214564416
Binary1100011011111000001101011010100011001011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311730; }

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

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

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

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

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

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

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

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