#310630

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

Shades of Mardi Gras #310630

Tints of Mardi Gras #310630

Color information

#310630 (or 0x310630) is unknown color: approx Mardi Gras. HEX triplet: 31, 06 and 30. RGB value is (49,6,48). Sum of RGB (Red+Green+Blue) = 49+6+48=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #310630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310630 is #CEF9CF. Grayscale: #171717. Windows color (decimal): -13564368 or 3147313. OLE color: 3147313.

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

Color convert

RGB49648-
CMYK00.880.020.81
HSL301.4º78.18%10.78%-
HSV(B)301.4º87.76%19.22%-
XYZ1.8712.89-
YUV23.64141.75146.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 48 (19.14% from 255) = 46.60%
R=47.57%
G=5.83%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4964800.880.020.81301.478.1810.78
Hex3163005825112d4eb
Octal616600130212145511613
Binary1100011101100000101100010101000110010110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310630; }

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

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

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

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

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

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

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

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