#320C32

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

Shades of Mardi Gras #320C32

Tints of Mardi Gras #320C32

Color information

#320C32 (or 0x320C32) is unknown color: approx Mardi Gras. HEX triplet: 32, 0C and 32. RGB value is (50,12,50). Sum of RGB (Red+Green+Blue) = 50+12+50=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #320C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C32 is #CDF3CD. Grayscale: #1B1B1B. Windows color (decimal): -13497294 or 3279922. OLE color: 3279922.

HSL color Cylindrical-coordinate representation of color #320C32: hue angle of 300º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C32 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB501250-
CMYK00.7600.80
HSL300º61.29%12.16%-
HSV(B)300º76%19.61%-
XYZ2.021.173.14-
YUV27.69140.59143.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 12 (5.08% from 255) = 10.71%
BLUE value IS 50 (19.92% from 255) = 44.64%
R=44.64%
G=10.71%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50125000.7600.8030061.2912.16
Hex32C3204C05012c3dc
Octal621462011401204547514
Binary110010110011001001001100010100001001011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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