#320331

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

Shades of Mardi Gras #320331

Tints of Mardi Gras #320331

Color information

#320331 (or 0x320331) is unknown color: approx Mardi Gras. HEX triplet: 32, 03 and 31. RGB value is (50,3,49). Sum of RGB (Red+Green+Blue) = 50+3+49=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #320331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320331 is #CDFCCE. Grayscale: #161616. Windows color (decimal): -13499599 or 3212082. OLE color: 3212082.

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

Color convert

RGB50349-
CMYK00.940.020.80
HSL301.28º88.68%10.39%-
HSV(B)301.28º94%19.61%-
XYZ1.90.962.99-
YUV22.3143.07147.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.02%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 49 (19.53% from 255) = 48.04%
R=49.02%
G=2.94%
B=48.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5034900.940.020.80301.2888.6810.39
Hex3233105E25012d59a
Octal623610136212045513112
Binary110010111100010101111010101000010010110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320331; }

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

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

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

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

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

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

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

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