#321333

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

Shades of Mardi Gras #321333

Tints of Mardi Gras #321333

Color information

#321333 (or 0x321333) is unknown color: approx Mardi Gras. HEX triplet: 32, 13 and 33. RGB value is (50,19,51). Sum of RGB (Red+Green+Blue) = 50+19+51=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #321333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321333 is #CDECCC. Grayscale: #1F1F1F. Windows color (decimal): -13495501 or 3347250. OLE color: 3347250.

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

Color convert

RGB501951-
CMYK0.020.6300.8
HSL298.12º45.71%13.73%-
HSV(B)298.12º62.75%20%-
XYZ2.151.383.29-
YUV31.92138.77140.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=41.67%
G=15.83%
B=42.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5019510.020.6300.8298.1245.7113.73
Hex32133323F05012a2ee
Octal62236327701204525616
Binary1100101001111001110111111010100001001010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321333; }

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

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

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

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

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

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

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

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