#310E2B

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

Shades of Mardi Gras #310E2B

Tints of Mardi Gras #310E2B

Color information

#310E2B (or 0x310E2B) is unknown color: approx Mardi Gras. HEX triplet: 31, 0E and 2B. RGB value is (49,14,43). Sum of RGB (Red+Green+Blue) = 49+14+43=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #310E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E2B is #CEF1D4. Grayscale: #1B1B1B. Windows color (decimal): -13562325 or 2821681. OLE color: 2821681.

HSL color Cylindrical-coordinate representation of color #310E2B: hue angle of 310.29º 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 #310E2B is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB491443-
CMYK00.710.120.81
HSL310.29º55.56%12.35%-
HSV(B)310.29º71.43%19.22%-
XYZ1.861.142.41-
YUV27.77136.6143.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=46.23%
G=13.21%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49144300.710.120.81310.2955.5612.35
Hex31E2B047C5113638c
Octal6116530107141214667014
Binary110001111010101101000111110010100011001101101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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