#320E34

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

Shades of Mardi Gras #320E34

Tints of Mardi Gras #320E34

Color information

#320E34 (or 0x320E34) is unknown color: approx Mardi Gras. HEX triplet: 32, 0E and 34. RGB value is (50,14,52). Sum of RGB (Red+Green+Blue) = 50+14+52=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #320E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E34 is #CDF1CB. Grayscale: #1C1C1C. Windows color (decimal): -13496780 or 3411506. OLE color: 3411506.

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

Color convert

RGB501452-
CMYK0.040.7300.80
HSL296.84º57.58%12.94%-
HSV(B)296.84º73.08%20.39%-
XYZ2.091.243.38-
YUV29.1140.93142.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 14 (5.86% from 255) = 12.07%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=43.10%
G=12.07%
B=44.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5014520.040.7300.80296.8457.5812.94
Hex32E344490501293ad
Octal621664411101204517215
Binary11001011101101001001001001010100001001010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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