#310134

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

Shades of Mardi Gras #310134

Tints of Mardi Gras #310134

Color information

#310134 (or 0x310134) is unknown color: approx Mardi Gras. HEX triplet: 31, 01 and 34. RGB value is (49,1,52). Sum of RGB (Red+Green+Blue) = 49+1+52=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #310134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310134 is #CEFECB. Grayscale: #151515. Windows color (decimal): -13565644 or 3408177. OLE color: 3408177.

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

Color convert

RGB49152-
CMYK0.060.9800.80
HSL296.47º96.23%10.39%-
HSV(B)296.47º98.08%20.39%-
XYZ1.90.923.33-
YUV21.17145.4147.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 52 (20.70% from 255) = 50.98%
R=48.04%
G=0.98%
B=50.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal491520.060.9800.80296.4796.2310.39
Hex3113466205012860a
Octal611646142012045014012
Binary110001111010011011000100101000010010100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310134; }

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

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

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

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

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

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

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

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