#310534

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

Shades of Mardi Gras #310534

Tints of Mardi Gras #310534

Color information

#310534 (or 0x310534) is unknown color: approx Mardi Gras. HEX triplet: 31, 05 and 34. RGB value is (49,5,52). Sum of RGB (Red+Green+Blue) = 49+5+52=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #310534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310534 is #CEFACB. Grayscale: #171717. Windows color (decimal): -13564620 or 3409201. OLE color: 3409201.

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

Color convert

RGB49552-
CMYK0.060.9000.80
HSL296.17º82.46%11.18%-
HSV(B)296.17º90.38%20.39%-
XYZ1.941.013.34-
YUV23.51144.08146.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=46.23%
G=4.72%
B=49.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal495520.060.9000.80296.1782.4611.18
Hex3153465A05012852b
Octal615646132012045012213
Binary11000110111010011010110100101000010010100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310534; }

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

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

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

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

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

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

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

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