#321134

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

Shades of Mardi Gras #321134

Tints of Mardi Gras #321134

Color information

#321134 (or 0x321134) is unknown color: approx Mardi Gras. HEX triplet: 32, 11 and 34. RGB value is (50,17,52). Sum of RGB (Red+Green+Blue) = 50+17+52=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #321134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321134 is #CDEECB. Grayscale: #1E1E1E. Windows color (decimal): -13496012 or 3412274. OLE color: 3412274.

HSL color Cylindrical-coordinate representation of color #321134: hue angle of 296.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321134 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB501752-
CMYK0.040.6700.80
HSL296.57º50.72%13.53%-
HSV(B)296.57º67.31%20.39%-
XYZ2.141.333.39-
YUV30.86139.93141.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=42.02%
G=14.29%
B=43.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5017520.040.6700.80296.5750.7213.53
Hex32113444305012933e
Octal622164410301204516316
Binary110010100011101001001000011010100001001010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321134; }

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

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

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

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

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

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

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

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