#310929

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

Shades of Mardi Gras #310929

Tints of Mardi Gras #310929

Color information

#310929 (or 0x310929) is unknown color: approx Mardi Gras. HEX triplet: 31, 09 and 29. RGB value is (49,9,41). Sum of RGB (Red+Green+Blue) = 49+9+41=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #310929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310929 is #CEF6D6. Grayscale: #181818. Windows color (decimal): -13563607 or 2689329. OLE color: 2689329.

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

Color convert

RGB49941-
CMYK00.820.160.81
HSL312º68.97%11.37%-
HSV(B)312º81.63%19.22%-
XYZ1.761.012.2-
YUV24.61137.25145.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=49.49%
G=9.09%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4994100.820.160.8131268.9711.37
Hex31929052105113845b
Octal61115101222012147010513
Binary11000110011010010101001010000101000110011100010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310929; }

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

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

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

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

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

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

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

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