#31092B

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

Shades of Mardi Gras #31092B

Tints of Mardi Gras #31092B

Color information

#31092B (or 0x31092B) is unknown color: approx Mardi Gras. HEX triplet: 31, 09 and 2B. RGB value is (49,9,43). Sum of RGB (Red+Green+Blue) = 49+9+43=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31092B is #CEF6D4. Grayscale: #181818. Windows color (decimal): -13563605 or 2820401. OLE color: 2820401.

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

Color convert

RGB49943-
CMYK00.820.120.81
HSL309º68.97%11.37%-
HSV(B)309º81.63%19.22%-
XYZ1.81.022.39-
YUV24.84138.25145.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=48.51%
G=8.91%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4994300.820.120.8130968.9711.37
Hex3192B052C5113545b
Octal61115301221412146510513
Binary1100011001101011010100101100101000110011010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31092B; }

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

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

<style>
 a { background-color: #31092B; }

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

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

<style>
 span { border-color: #31092B; }

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

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