#310A29

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

Shades of Mardi Gras #310A29

Tints of Mardi Gras #310A29

Color information

#310A29 (or 0x310A29) is unknown color: approx Mardi Gras. HEX triplet: 31, 0A and 29. RGB value is (49,10,41). Sum of RGB (Red+Green+Blue) = 49+10+41=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #310A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A29 is #CEF5D6. Grayscale: #191919. Windows color (decimal): -13563351 or 2689585. OLE color: 2689585.

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

Color convert

RGB491041-
CMYK00.800.160.81
HSL312.31º66.1%11.57%-
HSV(B)312.31º79.59%19.22%-
XYZ1.781.032.2-
YUV25.2136.92144.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 10 (4.30% from 255) = 10%
BLUE value IS 41 (16.41% from 255) = 41%
R=49%
G=10%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49104100.800.160.81312.3166.111.57
Hex31A29050105113842c
Octal61125101202012147010214
Binary11000110101010010101000010000101000110011100010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A29; }

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

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

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

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

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

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

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

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