#31072F

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

Shades of Mardi Gras #31072F

Tints of Mardi Gras #31072F

Color information

#31072F (or 0x31072F) is unknown color: approx Mardi Gras. HEX triplet: 31, 07 and 2F. RGB value is (49,7,47). Sum of RGB (Red+Green+Blue) = 49+7+47=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #31072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31072F is #CEF8D0. Grayscale: #181818. Windows color (decimal): -13564113 or 3082033. OLE color: 3082033.

HSL color Cylindrical-coordinate representation of color #31072F: hue angle of 302.86º 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 #31072F is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB49747-
CMYK00.860.040.81
HSL302.86º75%10.98%-
HSV(B)302.86º85.71%19.22%-
XYZ1.861.012.79-
YUV24.12140.91145.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 47 (18.75% from 255) = 45.63%
R=47.57%
G=6.80%
B=45.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4974700.860.040.81302.867510.98
Hex3172F05645112f4bb
Octal617570126412145711313
Binary11000111110111101010110100101000110010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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