#320131

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

Shades of Mardi Gras #320131

Tints of Mardi Gras #320131

Color information

#320131 (or 0x320131) is unknown color: approx Mardi Gras. HEX triplet: 32, 01 and 31. RGB value is (50,1,49). Sum of RGB (Red+Green+Blue) = 50+1+49=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #320131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320131 is #CDFECE. Grayscale: #141414. Windows color (decimal): -13500111 or 3211570. OLE color: 3211570.

HSL color Cylindrical-coordinate representation of color #320131: hue angle of 301.22º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320131 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB50149-
CMYK00.980.020.80
HSL301.22º96.08%10%-
HSV(B)301.22º98%19.61%-
XYZ1.880.922.98-
YUV21.12143.73148.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 49 (19.53% from 255) = 49%
R=50%
G=1%
B=49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5014900.980.020.80301.2296.0810
Hex3213106225012d60a
Octal621610142212045514012
Binary11001011100010110001010101000010010110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320131; }

 p { color: rgb(50,1,49); }

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

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

 a { background-color: rgb(50,1,49); }

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

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

 span { border-color: rgb(50,1,49); }

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