#310736

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

Shades of Mardi Gras #310736

Tints of Mardi Gras #310736

Color information

#310736 (or 0x310736) is unknown color: approx Mardi Gras. HEX triplet: 31, 07 and 36. RGB value is (49,7,54). Sum of RGB (Red+Green+Blue) = 49+7+54=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #310736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310736 is #CEF8C9. Grayscale: #181818. Windows color (decimal): -13564106 or 3540785. OLE color: 3540785.

HSL color Cylindrical-coordinate representation of color #310736: hue angle of 293.62º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #310736 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB49754-
CMYK0.090.8700.79
HSL293.62º77.05%11.96%-
HSV(B)293.62º87.04%21.18%-
XYZ2.011.073.59-
YUV24.92144.41145.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 54 (21.48% from 255) = 49.09%
R=44.55%
G=6.36%
B=49.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal497540.090.8700.79293.6277.0511.96
Hex3173695704F1264dc
Octal6176611127011744611514
Binary110001111110110100110101110100111110010011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310736; }

 p { color: rgb(49,7,54); }

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

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

 a { background-color: rgb(49,7,54); }

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

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

 span { border-color: rgb(49,7,54); }

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