#320C34

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

Shades of Mardi Gras #320C34

Tints of Mardi Gras #320C34

Color information

#320C34 (or 0x320C34) is unknown color: approx Mardi Gras. HEX triplet: 32, 0C and 34. RGB value is (50,12,52). Sum of RGB (Red+Green+Blue) = 50+12+52=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #320C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C34 is #CDF3CB. Grayscale: #1B1B1B. Windows color (decimal): -13497292 or 3410994. OLE color: 3410994.

HSL color Cylindrical-coordinate representation of color #320C34: hue angle of 297º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #320C34 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB501252-
CMYK0.040.7700.80
HSL297º62.5%12.55%-
HSV(B)297º76.92%20.39%-
XYZ2.071.193.37-
YUV27.92141.59143.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 12 (5.08% from 255) = 10.53%
BLUE value IS 52 (20.70% from 255) = 45.61%
R=43.86%
G=10.53%
B=45.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5012520.040.7700.8029762.512.55
Hex32C3444D0501293ed
Octal621464411501204517615
Binary11001011001101001001001101010100001001010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320C34; }

 p { color: rgb(50,12,52); }

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

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

 a { background-color: rgb(50,12,52); }

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

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

 span { border-color: rgb(50,12,52); }

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