#320333

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

Shades of Mardi Gras #320333

Tints of Mardi Gras #320333

Color information

#320333 (or 0x320333) is unknown color: approx Mardi Gras. HEX triplet: 32, 03 and 33. RGB value is (50,3,51). Sum of RGB (Red+Green+Blue) = 50+3+51=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #320333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320333 is #CDFCCC. Grayscale: #161616. Windows color (decimal): -13499597 or 3343154. OLE color: 3343154.

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

Color convert

RGB50351-
CMYK0.020.9400.8
HSL298.75º88.89%10.59%-
HSV(B)298.75º94.12%20%-
XYZ1.950.983.22-
YUV22.52144.07147.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.08%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 51 (20.31% from 255) = 49.04%
R=48.08%
G=2.88%
B=49.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal503510.020.9400.8298.7588.8910.59
Hex3233325E05012b59b
Octal623632136012045313113
Binary110010111100111010111100101000010010101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320333; }

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

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

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

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

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

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

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

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