#310129

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

Shades of Mardi Gras #310129

Tints of Mardi Gras #310129

Color information

#310129 (or 0x310129) is unknown color: approx Mardi Gras. HEX triplet: 31, 01 and 29. RGB value is (49,1,41). Sum of RGB (Red+Green+Blue) = 49+1+41=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #310129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310129 is #CEFED6. Grayscale: #131313. Windows color (decimal): -13565655 or 2687281. OLE color: 2687281.

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

Color convert

RGB49141-
CMYK00.980.160.81
HSL310º96%9.8%-
HSV(B)310º97.96%19.22%-
XYZ1.680.832.17-
YUV19.91139.9148.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 41 (16.41% from 255) = 45.05%
R=53.85%
G=1.10%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4914100.980.160.81310969.8
Hex31129062105113660a
Octal6115101422012146614012
Binary11000111010010110001010000101000110011011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310129; }

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

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

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

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

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

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

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

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