#310B2C

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

Shades of Mardi Gras #310B2C

Tints of Mardi Gras #310B2C

Color information

#310B2C (or 0x310B2C) is unknown color: approx Mardi Gras. HEX triplet: 31, 0B and 2C. RGB value is (49,11,44). Sum of RGB (Red+Green+Blue) = 49+11+44=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #310B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B2C is #CEF4D3. Grayscale: #1A1A1A. Windows color (decimal): -13563092 or 2886449. OLE color: 2886449.

HSL color Cylindrical-coordinate representation of color #310B2C: hue angle of 307.89º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B2C is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB491144-
CMYK00.780.100.81
HSL307.89º63.33%11.76%-
HSV(B)307.89º77.55%19.22%-
XYZ1.841.072.49-
YUV26.12138.09144.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=47.12%
G=10.58%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49114400.780.100.81307.8963.3311.76
Hex31B2C04EA511343fc
Octal6113540116121214647714
Binary110001101110110001001110101010100011001101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,11,44); }

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

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

 a { background-color: rgb(49,11,44); }

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

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

 span { border-color: rgb(49,11,44); }

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