#311235

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

Shades of Mardi Gras #311235

Tints of Mardi Gras #311235

Color information

#311235 (or 0x311235) is unknown color: approx Mardi Gras. HEX triplet: 31, 12 and 35. RGB value is (49,18,53). Sum of RGB (Red+Green+Blue) = 49+18+53=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #311235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311235 is #CEEDCA. Grayscale: #1F1F1F. Windows color (decimal): -13561291 or 3478065. OLE color: 3478065.

HSL color Cylindrical-coordinate representation of color #311235: hue angle of 293.14º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #311235 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB491853-
CMYK0.080.6600.79
HSL293.14º49.3%13.92%-
HSV(B)293.14º66.04%20.78%-
XYZ2.131.343.52-
YUV31.26140.27140.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 53 (21.09% from 255) = 44.17%
R=40.83%
G=15%
B=44.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4918530.080.6600.79293.1449.313.92
Hex31123584204F12531e
Octal6122651010201174456116
Binary1100011001011010110001000010010011111001001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311235; }

 p { color: rgb(49,18,53); }

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

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

 a { background-color: rgb(49,18,53); }

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

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

 span { border-color: rgb(49,18,53); }

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