#310F2B

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

Shades of Mardi Gras #310F2B

Tints of Mardi Gras #310F2B

Color information

#310F2B (or 0x310F2B) is unknown color: approx Mardi Gras. HEX triplet: 31, 0F and 2B. RGB value is (49,15,43). Sum of RGB (Red+Green+Blue) = 49+15+43=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #310F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F2B is #CEF0D4. Grayscale: #1C1C1C. Windows color (decimal): -13562069 or 2821937. OLE color: 2821937.

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

Color convert

RGB491543-
CMYK00.690.120.81
HSL310.59º53.12%12.55%-
HSV(B)310.59º69.39%19.22%-
XYZ1.871.172.41-
YUV28.36136.26142.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 15 (6.25% from 255) = 14.02%
BLUE value IS 43 (17.19% from 255) = 40.19%
R=45.79%
G=14.02%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49154300.690.120.81310.5953.1212.55
Hex31F2B045C5113735d
Octal6117530105141214676515
Binary110001111110101101000101110010100011001101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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