#320336

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

Shades of Mardi Gras #320336

Tints of Mardi Gras #320336

Color information

#320336 (or 0x320336) is unknown color: approx Mardi Gras. HEX triplet: 32, 03 and 36. RGB value is (50,3,54). Sum of RGB (Red+Green+Blue) = 50+3+54=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #320336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320336 is #CDFCC9. Grayscale: #161616. Windows color (decimal): -13499594 or 3539762. OLE color: 3539762.

HSL color Cylindrical-coordinate representation of color #320336: hue angle of 295.29º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320336 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB50354-
CMYK0.070.9400.79
HSL295.29º89.47%11.18%-
HSV(B)295.29º94.44%21.18%-
XYZ2.011.013.58-
YUV22.87145.57147.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.73%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 54 (21.48% from 255) = 50.47%
R=46.73%
G=2.80%
B=50.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal503540.070.9400.79295.2989.4711.18
Hex3233675E04F12759b
Octal623667136011744713113
Binary1100101111011011110111100100111110010011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320336; }

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

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

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

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

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

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

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

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