#31102B

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

Shades of Mardi Gras #31102B

Tints of Mardi Gras #31102B

Color information

#31102B (or 0x31102B) is unknown color: approx Mardi Gras. HEX triplet: 31, 10 and 2B. RGB value is (49,16,43). Sum of RGB (Red+Green+Blue) = 49+16+43=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #31102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31102B is #CEEFD4. Grayscale: #1C1C1C. Windows color (decimal): -13561813 or 2822193. OLE color: 2822193.

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

Color convert

RGB491643-
CMYK00.670.120.81
HSL310.91º50.77%12.75%-
HSV(B)310.91º67.35%19.22%-
XYZ1.891.22.42-
YUV28.94135.93142.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=45.37%
G=14.81%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49164300.670.120.81310.9150.7712.75
Hex31102B043C5113733d
Octal6120530103141214676315
Binary1100011000010101101000011110010100011001101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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