#310C2A

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

Shades of Mardi Gras #310C2A

Tints of Mardi Gras #310C2A

Color information

#310C2A (or 0x310C2A) is unknown color: approx Mardi Gras. HEX triplet: 31, 0C and 2A. RGB value is (49,12,42). Sum of RGB (Red+Green+Blue) = 49+12+42=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #310C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C2A is #CEF3D5. Grayscale: #1A1A1A. Windows color (decimal): -13562838 or 2755633. OLE color: 2755633.

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

Color convert

RGB491242-
CMYK00.760.140.81
HSL311.35º60.66%11.96%-
HSV(B)311.35º75.51%19.22%-
XYZ1.821.082.3-
YUV26.48136.76144.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 12 (5.08% from 255) = 11.65%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=47.57%
G=11.65%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49124200.760.140.81311.3560.6611.96
Hex31C2A04CE511373dc
Octal6114520114161214677514
Binary110001110010101001001100111010100011001101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,12,42); }

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

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

 a { background-color: rgb(49,12,42); }

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

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

 span { border-color: rgb(49,12,42); }

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