#320031

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

Shades of Mardi Gras #320031

Tints of Mardi Gras #320031

Color information

#320031 (or 0x320031) is unknown color: approx Mardi Gras. HEX triplet: 32, 00 and 31. RGB value is (50,0,49). Sum of RGB (Red+Green+Blue) = 50+0+49=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #320031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320031 is #CDFFCE. Grayscale: #141414. Windows color (decimal): -13500367 or 3211314. OLE color: 3211314.

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

Color convert

RGB50049-
CMYK010.020.80
HSL301.2º100%9.8%-
HSV(B)301.2º100%19.61%-
XYZ1.870.92.98-
YUV20.54144.06149.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 49.49%
R=50.51%
G=0%
B=49.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50049010.020.80301.21009.8
Hex3203106425012d64a
Octal620610144212045514412
Binary11001001100010110010010101000010010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320031; }

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

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

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

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

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

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

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

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