#31002B

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

Shades of Mardi Gras #31002B

Tints of Mardi Gras #31002B

Color information

#31002B (or 0x31002B) is unknown color: approx Mardi Gras. HEX triplet: 31, 00 and 2B. RGB value is (49,0,43). Sum of RGB (Red+Green+Blue) = 49+0+43=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #31002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31002B is #CEFFD4. Grayscale: #131313. Windows color (decimal): -13565909 or 2818097. OLE color: 2818097.

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

Color convert

RGB49043-
CMYK010.120.81
HSL307.35º100%9.61%-
HSV(B)307.35º100%19.22%-
XYZ1.70.832.36-
YUV19.55141.23149-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=53.26%
G=0%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49043010.120.81307.351009.61
Hex3102B064C5113364a
Octal6105301441412146314412
Binary1100010101011011001001100101000110011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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