#310330

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

Shades of Mardi Gras #310330

Tints of Mardi Gras #310330

Color information

#310330 (or 0x310330) is unknown color: approx Mardi Gras. HEX triplet: 31, 03 and 30. RGB value is (49,3,48). Sum of RGB (Red+Green+Blue) = 49+3+48=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #310330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310330 is #CEFCCF. Grayscale: #151515. Windows color (decimal): -13565136 or 3146545. OLE color: 3146545.

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

Color convert

RGB49348-
CMYK00.940.020.81
HSL301.3º88.46%10.2%-
HSV(B)301.3º93.88%19.22%-
XYZ1.830.932.88-
YUV21.88142.74147.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 48 (19.14% from 255) = 48%
R=49%
G=3%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4934800.940.020.81301.388.4610.2
Hex3133005E25112d58a
Octal613600136212145513012
Binary110001111100000101111010101000110010110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310330; }

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

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

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

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

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

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

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

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