#310333

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

Shades of Mardi Gras #310333

Tints of Mardi Gras #310333

Color information

#310333 (or 0x310333) is unknown color: approx Mardi Gras. HEX triplet: 31, 03 and 33. RGB value is (49,3,51). Sum of RGB (Red+Green+Blue) = 49+3+51=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #310333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310333 is #CEFCCC. Grayscale: #161616. Windows color (decimal): -13565133 or 3343153. OLE color: 3343153.

HSL color Cylindrical-coordinate representation of color #310333: hue angle of 297.5º 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 #310333 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB49351-
CMYK0.040.9400.8
HSL297.5º88.89%10.59%-
HSV(B)297.5º94.12%20%-
XYZ1.90.963.22-
YUV22.23144.24147.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 51 (20.31% from 255) = 49.51%
R=47.57%
G=2.91%
B=49.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal493510.040.9400.8297.588.8910.59
Hex3133345E05012a59b
Octal613634136012045213113
Binary1100011111001110010111100101000010010101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310333; }

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

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

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

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

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

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

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

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