#31072E

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

Shades of Mardi Gras #31072E

Tints of Mardi Gras #31072E

Color information

#31072E (or 0x31072E) is unknown color: approx Mardi Gras. HEX triplet: 31, 07 and 2E. RGB value is (49,7,46). Sum of RGB (Red+Green+Blue) = 49+7+46=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #31072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31072E is #CEF8D1. Grayscale: #171717. Windows color (decimal): -13564114 or 3016497. OLE color: 3016497.

HSL color Cylindrical-coordinate representation of color #31072E: hue angle of 304.29º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31072E is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB49746-
CMYK00.860.060.81
HSL304.29º75%10.98%-
HSV(B)304.29º85.71%19.22%-
XYZ1.8412.68-
YUV24140.41145.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=48.04%
G=6.86%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4974600.860.060.81304.297510.98
Hex3172E0566511304bb
Octal617560126612146011313
Binary11000111110111001010110110101000110011000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31072E; }

 p { color: rgb(49,7,46); }

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

<style>
 a { background-color: #31072E; }

 a { background-color: rgb(49,7,46); }

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

<style>
 span { border-color: #31072E; }

 span { border-color: rgb(49,7,46); }

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