#31022F

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

Shades of Mardi Gras #31022F

Tints of Mardi Gras #31022F

Color information

#31022F (or 0x31022F) is unknown color: approx Mardi Gras. HEX triplet: 31, 02 and 2F. RGB value is (49,2,47). Sum of RGB (Red+Green+Blue) = 49+2+47=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31022F is #CEFDD0. Grayscale: #151515. Windows color (decimal): -13565393 or 3080753. OLE color: 3080753.

HSL color Cylindrical-coordinate representation of color #31022F: hue angle of 302.55º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31022F is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB49247-
CMYK00.960.040.81
HSL302.55º92.16%10%-
HSV(B)302.55º95.92%19.22%-
XYZ1.80.92.77-
YUV21.18142.57147.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 47 (18.75% from 255) = 47.96%
R=50%
G=2.04%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4924700.960.040.81302.5592.1610
Hex3122F06045112f5ca
Octal612570140412145713412
Binary1100011010111101100000100101000110010111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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