#321334

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

Shades of Mardi Gras #321334

Tints of Mardi Gras #321334

Color information

#321334 (or 0x321334) is unknown color: approx Mardi Gras. HEX triplet: 32, 13 and 34. RGB value is (50,19,52). Sum of RGB (Red+Green+Blue) = 50+19+52=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #321334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321334 is #CDECCB. Grayscale: #1F1F1F. Windows color (decimal): -13495500 or 3412786. OLE color: 3412786.

HSL color Cylindrical-coordinate representation of color #321334: hue angle of 296.36º 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 #321334 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB501952-
CMYK0.040.6300.80
HSL296.36º46.48%13.92%-
HSV(B)296.36º63.46%20.39%-
XYZ2.171.393.4-
YUV32.03139.27140.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=41.32%
G=15.70%
B=42.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5019520.040.6300.80296.3646.4813.92
Hex32133443F0501282ee
Octal62236447701204505616
Binary11001010011110100100111111010100001001010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321334; }

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

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

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

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

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

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

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

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