#310429

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

Shades of Mardi Gras #310429

Tints of Mardi Gras #310429

Color information

#310429 (or 0x310429) is unknown color: approx Mardi Gras. HEX triplet: 31, 04 and 29. RGB value is (49,4,41). Sum of RGB (Red+Green+Blue) = 49+4+41=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #310429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310429 is #CEFBD6. Grayscale: #151515. Windows color (decimal): -13564887 or 2688049. OLE color: 2688049.

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

Color convert

RGB49441-
CMYK00.920.160.81
HSL310.67º84.91%10.39%-
HSV(B)310.67º91.84%19.22%-
XYZ1.710.92.18-
YUV21.67138.91147.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 41 (16.41% from 255) = 43.62%
R=52.13%
G=4.26%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4944100.920.160.81310.6784.9110.39
Hex3142905C105113755a
Octal6145101342012146712512
Binary1100011001010010101110010000101000110011011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310429; }

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

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

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

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

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

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

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

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