#320C33

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

Shades of Mardi Gras #320C33

Tints of Mardi Gras #320C33

Color information

#320C33 (or 0x320C33) is unknown color: approx Mardi Gras. HEX triplet: 32, 0C and 33. RGB value is (50,12,51). Sum of RGB (Red+Green+Blue) = 50+12+51=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 51 - color contains mainly: blue. Hex color #320C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C33 is #CDF3CC. Grayscale: #1B1B1B. Windows color (decimal): -13497293 or 3345458. OLE color: 3345458.

HSL color Cylindrical-coordinate representation of color #320C33: hue angle of 298.46º degrees, saturation: 0.62, 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 #320C33 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB501251-
CMYK0.020.7600.8
HSL298.46º61.9%12.35%-
HSV(B)298.46º76.47%20%-
XYZ2.041.183.25-
YUV27.81141.09143.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=44.25%
G=10.62%
B=45.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5012510.020.7600.8298.4661.912.35
Hex32C3324C05012a3ec
Octal621463211401204527614
Binary1100101100110011101001100010100001001010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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