#310E2A

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

Shades of Mardi Gras #310E2A

Tints of Mardi Gras #310E2A

Color information

#310E2A (or 0x310E2A) is unknown color: approx Mardi Gras. HEX triplet: 31, 0E and 2A. RGB value is (49,14,42). Sum of RGB (Red+Green+Blue) = 49+14+42=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #310E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E2A is #CEF1D5. Grayscale: #1B1B1B. Windows color (decimal): -13562326 or 2756145. OLE color: 2756145.

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

Color convert

RGB491442-
CMYK00.710.140.81
HSL312º55.56%12.35%-
HSV(B)312º71.43%19.22%-
XYZ1.841.132.31-
YUV27.66136.1143.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.67%
GREEN value IS 14 (5.86% from 255) = 13.33%
BLUE value IS 42 (16.80% from 255) = 40%
R=46.67%
G=13.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49144200.710.140.8131255.5612.35
Hex31E2A047E5113838c
Octal6116520107161214707014
Binary110001111010101001000111111010100011001110001110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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