#310334

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

Shades of Mardi Gras #310334

Tints of Mardi Gras #310334

Color information

#310334 (or 0x310334) is unknown color: approx Mardi Gras. HEX triplet: 31, 03 and 34. RGB value is (49,3,52). Sum of RGB (Red+Green+Blue) = 49+3+52=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #310334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310334 is #CEFCCB. Grayscale: #161616. Windows color (decimal): -13565132 or 3408689. OLE color: 3408689.

HSL color Cylindrical-coordinate representation of color #310334: hue angle of 296.33º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310334 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB49352-
CMYK0.060.9400.80
HSL296.33º89.09%10.78%-
HSV(B)296.33º94.23%20.39%-
XYZ1.920.973.33-
YUV22.34144.74147.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 52 (20.70% from 255) = 50%
R=47.12%
G=2.88%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal493520.060.9400.80296.3389.0910.78
Hex3133465E05012859b
Octal613646136012045013113
Binary1100011111010011010111100101000010010100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310334; }

 p { color: rgb(49,3,52); }

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

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

 a { background-color: rgb(49,3,52); }

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

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

 span { border-color: rgb(49,3,52); }

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