#321336

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

Shades of Mardi Gras #321336

Tints of Mardi Gras #321336

Color information

#321336 (or 0x321336) is unknown color: approx Mardi Gras. HEX triplet: 32, 13 and 36. RGB value is (50,19,54). Sum of RGB (Red+Green+Blue) = 50+19+54=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #321336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321336 is #CDECC9. Grayscale: #202020. Windows color (decimal): -13495498 or 3543858. OLE color: 3543858.

HSL color Cylindrical-coordinate representation of color #321336: hue angle of 293.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #321336 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB501954-
CMYK0.070.6500.79
HSL293.14º47.95%14.31%-
HSV(B)293.14º64.81%21.18%-
XYZ2.211.413.65-
YUV32.26140.27140.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=40.65%
G=15.45%
B=43.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5019540.070.6500.79293.1447.9514.31
Hex32133674104F12530e
Octal622366710101174456016
Binary110010100111101101111000001010011111001001011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321336; }

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

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

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

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

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

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

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

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